+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/accepted/PSR-0.md b/accepted/PSR-0.md
index 94811aa47..7d98c9472 100644
--- a/accepted/PSR-0.md
+++ b/accepted/PSR-0.md
@@ -10,10 +10,10 @@ Mandatory
* 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
+* The fully-qualified namespace and class is suffixed with `.php` when
loading from the file system.
* Alphabetic characters in vendor names, namespaces, and class names may
be of any combination of lower case and upper case.