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