summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorDaniil Yarancev <21169548+Yardanico@users.noreply.github.com>2018-05-27 18:48:24 +0300
committerGitHub <noreply@github.com>2018-05-27 18:48:24 +0300
commitc0ea647c3742d17808da346fbaba058eab558e7d (patch)
treea0a97d2e5c4cde73fcd1bf29b1e56979cf7b5894 /doc
parent7e8eadb6ba9c94ea429ee7178e8cc8fbcbf558ea (diff)
downloadNim-c0ea647c3742d17808da346fbaba058eab558e7d.tar.gz
Remove #
I don't even know how it got there.
Diffstat (limited to 'doc')
-rw-r--r--doc/nep1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nep1.rst b/doc/nep1.rst
index 6924a86f6..c4d445681 100644
--- a/doc/nep1.rst
+++ b/doc/nep1.rst
@@ -181,7 +181,7 @@ Conventions for multi-line statements and expressions
       LongTupleA = tuple[wordyTupleMemberOne: int, wordyTupleMemberTwo: string,
                          wordyTupleMemberThree: float]
 
-- Similarly, any procedure and procedure type declarations that are longer#
+- Similarly, any procedure and procedure type declarations that are longer
   than one line should do the same thing.
 
   .. code-block:: nim
@@ -198,4 +198,4 @@ Conventions for multi-line statements and expressions
 
   .. code-block:: nim
     startProcess(nimExecutable, currentDirectory, compilerArguments
-                 environment, processOptions)
\ No newline at end of file
+                 environment, processOptions)