Change "view" to "spot" to prevent repetition
This commit is contained in:
parent
417c87417c
commit
1525b30f6c
|
@ -30,7 +30,7 @@ Style Guidelines
|
||||||
by this guide are allowed, careful thought should be put into such practices.
|
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
|
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
|
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.
|
program-altering changes when diffs are viewed.
|
||||||
```nimrod
|
```nimrod
|
||||||
# This is bad, as the next time someone comes
|
# This is bad, as the next time someone comes
|
||||||
|
|
Loading…
Reference in New Issue