diff options
author | Varriount <Varriount@users.noreply.github.com> | 2013-10-23 01:32:13 -0400 |
---|---|---|
committer | Varriount <Varriount@users.noreply.github.com> | 2013-10-23 01:32:13 -0400 |
commit | 4f16e627bad3a09b6434a5c74b08544878cd15d5 (patch) | |
tree | 759241a5df15059b23c1269d394522b7d20123d1 /doc/intern.txt | |
parent | 3f502123ea3685dc5c4ba4544cbda67c84196d13 (diff) | |
download | Nim-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.txt | 2 |
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``. |