Explorar el Código

DOCUMENTATION English:
- fixed typo

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15397 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael hace 17 años
padre
commit
ad94b00821
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      documentation/manual/en/module_specs/Zend_Config_Xml.xml

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

@@ -128,7 +128,7 @@ echo $config->database->params->dbname; // prints "dbname"
             <classname>Zend_Config_Xml</classname> is able to load an XML string directly,
             such as that retrieved from a database. The string is passed
             as the first parameter to the constructor and must start with the
-            characters <code>'&lt;?xml':</code>
+            characters <code>'&lt;?xml'</code>:
         </para>
         <programlisting role="xml"><![CDATA[
 $string = <<<EOT