diff options
-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``. |