Updated NEP 1 : Style Guide for Nimrod Code (markdown)

This commit is contained in:
Flaviu Tamas 2014-07-19 12:15:04 -07:00
parent b10218520d
commit 3a04468b87
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ General
type declarations in order to distinguish between the heading of a
procedure and its body.
```nimrod
proc lotsOfArguments(argOne: string, argTwo: int, argThree:float
argFour: proc(), argFive:bool): int
proc lotsOfArguments(argOne: string, argTwo: int, argThree: float
argFour: proc(), argFive: bool): int
```
- Multi-line procedure calls should either have one argument per line