ZF-8123: Typo in Chapter 2. Zend_Acl, 2.1.1. Resources
Description
Chapter 2. Zend_Acl 2.1.1. Resources
The second sentence is missing some content, located where the asterisk is below.
A class need only implement this interface, which consists of a single method, getResourceId(), * so Zend_Acl to recognize the object as a resource.
Thanks!! Greg
Comments
Posted by Jordan Ryan Moore (jordanryanmoore) on 2009-10-28T08:49:14.000+0000
There doesn't appear to be any missing content. Simply changing "so" to "for" makes the sentence readable.
Posted by Jordan Ryan Moore (jordanryanmoore) on 2009-10-29T13:16:38.000+0000
Committed fix to trunk and merged into the 1.9 release branch.
Posted by Greg Gomez (ultra_blue) on 2009-10-29T13:46:16.000+0000
Jordan:
Thanks much!
Greg