summary refs log tree commit diff stats
path: root/doc/nep1.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-01-21 19:16:02 +0100
committerGitHub <noreply@github.com>2017-01-21 19:16:02 +0100
commit11d0265018232680cc3e4fd5c6a1d5313dcd6499 (patch)
tree11b8e4e17997441d560da36149bf4bb6a4513d54 /doc/nep1.rst
parent9e723166fe0d9bd2e608143036db17b7efc3ab68 (diff)
downloadNim-11d0265018232680cc3e4fd5c6a1d5313dcd6499.tar.gz
inconsistent insertion of space after colon
Diffstat (limited to 'doc/nep1.rst')
-rw-r--r--doc/nep1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nep1.rst b/doc/nep1.rst
index b5991ba9e..11fd58dd4 100644
--- a/doc/nep1.rst
+++ b/doc/nep1.rst
@@ -178,7 +178,7 @@ Conventions for multi-line statements and expressions
   consider renaming your procedure).
 
   .. code-block:: nim
-    proc lotsOfArguments(argOne: string, argTwo: int, argThree:float
+    proc lotsOfArguments(argOne: string, argTwo: int, argThree: float
                          argFour: proc(), argFive: bool): int
                         {.heyLookALongPragma.} =
 - Multi-line procedure calls should either have one argument per line (like