diff --git a/NEP-1-:-Style-Guide-for-Nimrod-Code.md b/NEP-1-:-Style-Guide-for-Nimrod-Code.md index ed892b3..9675c4d 100644 --- a/NEP-1-:-Style-Guide-for-Nimrod-Code.md +++ b/NEP-1-:-Style-Guide-for-Nimrod-Code.md @@ -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