Ver Fonte

Fixed a typo (ZF-8123).

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18729 44c647ce-9c0f-0410-b52a-842ac1e357ba
jordanryanmoore há 16 anos atrás
pai
commit
7888c40333
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      documentation/manual/en/module_specs/Zend_Acl.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Acl.xml

@@ -48,7 +48,7 @@
             <classname>Zend_Acl</classname> provides the resource,
             <classname>Zend_Acl_Resource_Interface</classname>, to facilitate creating resources in
             an application. A class need only implement this interface, which consists of a single
-            method, <methodname>getResourceId()</methodname>, so <classname>Zend_Acl</classname> to
+            method, <methodname>getResourceId()</methodname>, for <classname>Zend_Acl</classname> to
             recognize the object as a resource. Additionally,
             <classname>Zend_Acl_Resource</classname> is provided by <classname>Zend_Acl</classname>
             as a basic resource implementation for developers to extend as needed.