From 93d4fa01588a8688d475402c850ea8ff0211df47 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 6 Jan 2015 13:34:17 +0100 Subject: [PATCH] Updated NEP 1 : Style Guide for Nim Code (markdown) --- NEP 1 : Style Guide for Nim Code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEP 1 : Style Guide for Nim Code.md b/NEP 1 : Style Guide for Nim Code.md index 06baf7e..6fd1ce1 100644 --- a/NEP 1 : Style Guide for Nim Code.md +++ b/NEP 1 : Style Guide for Nim Code.md @@ -7,7 +7,7 @@ supports a variety of code and formatting styles, it is nevertheless beneficial that certain community efforts, such as the standard library, should follow a consistent set of style guidelines when suitable. This enhancement proposal aims to list a series of guidelines that the standard library should -follow. Note that these are *guidelines* only. The nature of Nimrod being +follow. Note that these are *guidelines* only. The nature of Nim being as flexible as it is, there will be parts of this style guide that don't make sense in certain contexts. Furthermore, just as [Python's style guide](http://legacy.python.org/dev/peps/pep-0008/) changes @@ -172,6 +172,6 @@ be changed in the future. # Multiple arguments on new lines, aligned to the opening parenthesis # Best suited for 'simple' procedure calls - startProcess(nimrodExecutable, currentDirectory, compilerArguments + startProcess(nimExecutable, currentDirectory, compilerArguments environment, processOptions) ``` \ No newline at end of file