Fix some typos

This commit is contained in:
K-Sato 2019-06-25 15:38:41 +09:00 committed by GitHub
parent 9d010198e8
commit 9a64c1b267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ complex;
code;
```
But in good code the amount of such "explanatory" comments should be minimal. Seriously, code should be easy to understand without them.
But in good code, the amount of such "explanatory" comments should be minimal. Seriously, the code should be easy to understand without them.
There's a great rule about that: "if the code is so unclear that it requires a comment, then maybe it should be rewritten instead".