mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 19:22:40 +00:00
Remove #
I don't even know how it got there.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user