From 8bff8fb4052aaed13f6f54d34a2c5370df1cf366 Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Sat, 19 Jul 2014 19:16:40 -0700 Subject: [PATCH] Updated NEP 1 : Style Guide for Nimrod Code (markdown) --- NEP-1-:-Style-Guide-for-Nimrod-Code.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEP-1-:-Style-Guide-for-Nimrod-Code.md b/NEP-1-:-Style-Guide-for-Nimrod-Code.md index d064fba..8e2dcc3 100644 --- a/NEP-1-:-Style-Guide-for-Nimrod-Code.md +++ b/NEP-1-:-Style-Guide-for-Nimrod-Code.md @@ -38,7 +38,8 @@ Spacing and Whitespace Conventions code diffs. ```nimrod - # This is bad, as the next time someone comes to edit this code block, they + # This is bad, as the next time someone comes + # to edit this code block, they # must re-align all the assignments again: type WordBool* = int16