Skip to content

Commit

Permalink
Typo - Backslash needs escaping with markdown to not trigger unwanted…
Browse files Browse the repository at this point in the history
… italic rendering.
  • Loading branch information
ktomk committed Nov 19, 2010
1 parent 8536bb2 commit 5fe6037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accepted/PSR-0.md
Expand Up @@ -8,8 +8,8 @@ to for autoloader interoperability.
* Each namespace can have as many sub-namespaces as it wishes.
* Each namespace separator is converted to a DIRECTORY_SEPARATOR when
loading from the file system.
* Each "_" character in the CLASS NAME is converted to a
DIRECTORY_SEPARATOR. The "_" character has no special meaning in the
* Each "\_" character in the CLASS NAME is converted to a
DIRECTORY_SEPARATOR. The "\_" character has no special meaning in the
namespace.
* The fully-qualified namespace and class is suffixed with ".php" when
loading from the file system.
Expand Down

0 comments on commit 5fe6037

Please sign in to comment.