summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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