Browse Source

[ZF-6138]Directory Separator of Windows (sync en:16364)

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16368 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 years ago
parent
commit
5947af6532
1 changed files with 1 additions and 1 deletions
  1. 1 1
      documentation/manual/fr/module_specs/Zend_Loader.xml

+ 1 - 1
documentation/manual/fr/module_specs/Zend_Loader.xml

@@ -91,7 +91,7 @@ Zend_Loader::loadClass('Container_Tree',
         <para>
             La chaîne spécifiant la classe est convertie en chemin relatif en remplaçant les
             tirets bas ("_") par le séparateur de dossier puis en ajoutant le bloc ".php". Dans
-            l'exemple ci-dessus, "Container_Tree" devient "Container/Tree.php".
+            l'exemple ci-dessus, "Container_Tree" devient "Container\\Tree.php".
         </para>
 
         <para>