diff --git a/NEP-1-:-Style-Guide-for-Nimrod-Code.md b/NEP-1-:-Style-Guide-for-Nimrod-Code.md index ead3f8d..7e75339 100644 --- a/NEP-1-:-Style-Guide-for-Nimrod-Code.md +++ b/NEP-1-:-Style-Guide-for-Nimrod-Code.md @@ -30,7 +30,7 @@ Style Guidelines by this guide are allowed, careful thought should be put into such practices. Not all editors support automatic alignment of code sections, and re-aligning long sections of code by hand can quickly become tedius. Furthermore, the large - changes that re-alignment causes can make it harder to view actual, + changes that re-alignment causes can make it harder to spot actual, program-altering changes when diffs are viewed. ```nimrod # This is bad, as the next time someone comes