Merge pull request #1081 from K-Sato1995/patch-7

Fix grammer
This commit is contained in:
Ilya Kantor 2019-06-25 12:51:40 +03:00 committed by GitHub
commit 4b566cdef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ As we know from the chapter <info:structure>, comments can be single-line: start
We normally use them to describe how and why the code works.
From the first sight, commenting might be obvious, but novices in programming usually get it wrong.
At first sight, commenting might be obvious, but novices in programming usually get it wrong.
## Bad comments