Changed backslash to forward slash

Changed backslash to forward slash (why I used a backslash in the first place, I have no idea).
This commit is contained in:
Varriount
2013-10-23 01:32:13 -04:00
parent 3f502123ea
commit 4f16e627ba

View File

@@ -69,7 +69,7 @@ Coding Guidelines
* Max line length is 80 characters.
* Provide spaces around binary operators if that enhances readability.
* Use a space after a colon, but not before it.
* Start types with a capital ``T``, unless they are pointers\references which start
* Start types with a capital ``T``, unless they are pointers/references which start
with ``P``.