Merge pull request #312 from julieeeeeee/patch-2

"Start with the two" Change to => "Start with two"
This commit is contained in:
Ilya Kantor 2017-12-16 11:25:50 +03:00 committed by GitHub
commit 0d0158dd6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ As time goes on, the program becomes more and more complex. It becomes necessary
Comments can be put into any place of the script. They don't affect the execution, because the engine simply ignores them. Comments can be put into any place of the script. They don't affect the execution, because the engine simply ignores them.
**One-line comments start with the two forward slash characters `//`.** **One-line comments start with two forward slash characters `//`.**
The rest of the line is a comment. It may occupy a full line of its own or follow a statement. The rest of the line is a comment. It may occupy a full line of its own or follow a statement.