Merge pull request #13 from Hendrikto/patch-2

Fix typo.
This commit is contained in:
Andrew Yurisich
2016-07-28 22:09:33 -04:00
committed by GitHub

View File

@@ -218,7 +218,7 @@ Much of the skill in writing unmaintainable code is the art of camouflage, hidin
#### Code That Masquerades As Comments and Vice Versa
Include sections of code that is commented out but at first glance does not appear to be.
Include sections of code that are commented out but at first glance do not appear to be.
```js
for(j=0; j<array_len; j+ =8)