I don't even know how it got there.
This commit is contained in:
Daniil Yarancev
2018-05-27 18:48:24 +03:00
committed by GitHub
parent 7e8eadb6ba
commit c0ea647c37

View File

@@ -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)
environment, processOptions)