mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
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:
@@ -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``.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user