Parcourir la source

[DOCUMENTATION] English: fixed typo in example

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16169 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael il y a 16 ans
Parent
commit
7489c3a3d0

+ 1 - 1
documentation/manual/en/module_specs/Zend_Application-TheoryOfOperation.xml

@@ -234,7 +234,7 @@ $bootstrap->bootstrap('foo');
             </para>
 
             <programlisting language="php"><![CDATA[
-$bootstrap->bootstrap(array('foo', 'bar));
+$bootstrap->bootstrap(array('foo', 'bar'));
 ]]></programlisting>
 
             <para>