summary refs log tree commit diff stats
path: root/doc/intern.txt
diff options
context:
space:
mode:
authorVarriount <Varriount@users.noreply.github.com>2013-10-23 01:32:13 -0400
committerVarriount <Varriount@users.noreply.github.com>2013-10-23 01:32:13 -0400
commit4f16e627bad3a09b6434a5c74b08544878cd15d5 (patch)
tree759241a5df15059b23c1269d394522b7d20123d1 /doc/intern.txt
parent3f502123ea3685dc5c4ba4544cbda67c84196d13 (diff)
downloadNim-4f16e627bad3a09b6434a5c74b08544878cd15d5.tar.gz
Changed backslash to forward slash
Changed backslash to forward slash (why I used a backslash in the first place, I have no idea).
Diffstat (limited to 'doc/intern.txt')
-rw-r--r--doc/intern.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intern.txt b/doc/intern.txt
index 7b0592921..9d9eb66cc 100644
--- a/doc/intern.txt
+++ b/doc/intern.txt
@@ -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``.