Merge pull request #1082 from K-Sato1995/patch-8

Fix some typos
This commit is contained in:
Ilya Kantor 2019-06-25 12:51:51 +03:00 committed by GitHub
commit 69fbb63bc4
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".