From 3a04468b87a9df719bac859b6f29c3cf0fcd9d5a Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Sat, 19 Jul 2014 12:15:04 -0700 Subject: [PATCH] Updated NEP 1 : Style Guide for Nimrod Code (markdown) --- NEP-1-:-Style-Guide-for-Nimrod-Code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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