From 1525b30f6c1b2a95f5e049b5e5417784956e3488 Mon Sep 17 00:00:00 2001 From: Varriount Date: Sat, 2 Aug 2014 16:50:54 -0700 Subject: [PATCH] Change "view" to "spot" to prevent repetition --- NEP-1-:-Style-Guide-for-Nimrod-Code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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