From f356380a711bfe7d1eee64c882d4de6e3c2c74f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E4=BC=A0=E5=A5=87?= Date: Thu, 14 Aug 2014 17:06:26 +0800 Subject: [PATCH] Update di.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 翻译不够精确,原文有转折的意思。 --- zh/reference/di.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh/reference/di.rst b/zh/reference/di.rst index 4494099964ea..04f346c2de02 100644 --- a/zh/reference/di.rst +++ b/zh/reference/di.rst @@ -423,7 +423,7 @@ Phalcon\\DI 提供服务的延迟加载。除非开发人员在注入服务的 )); }); -以上这两种服务的注册方式产生相同的结果。然后,通过数组定义的,在后面需要的时候,你可以修改服务参数: +以上这两种服务的注册方式产生相同的结果。然而,通过数组定义的,在后面需要的时候,你可以修改服务参数: .. code-block:: php @@ -557,4 +557,4 @@ Accessing the DI in a static way } -.. _`Inversion of Control`: http://en.wikipedia.org/wiki/Inversion_of_control \ No newline at end of file +.. _`Inversion of Control`: http://en.wikipedia.org/wiki/Inversion_of_control