From: Chuck Hagenbuch Date: Thu, 14 Jan 2010 21:44:19 +0000 (-0500) Subject: Grammar tweaks X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9bbae4969567fd01d0bf384e5e270ff1ec188ead;p=horde.git Grammar tweaks --- diff --git a/framework/Injector/doc/Horde/Injector/usage.txt b/framework/Injector/doc/Horde/Injector/usage.txt index a910798e2..aecd21b4b 100644 --- a/framework/Injector/doc/Horde/Injector/usage.txt +++ b/framework/Injector/doc/Horde/Injector/usage.txt @@ -172,9 +172,9 @@ and associated it with the interface name "Person". The Horde_Injector_Binder_Factory binder can be registered with the injector using the "bindFactory()" shortcut. It takes the interface name (here it is "Greet") and requires a class and a method name. This -is assume to be the factory creating the concrete instance. +is assumed to be the factory creating the concrete instance. -Once getInstance('Greet') gets called the injector refers to the +Once getInstance('Greet') is called the injector refers to the binder (as no concrete instance has been created yet). The binder delegates to the factory to actually create the object.