"Start with the two" Change to => "Start with two"

Minor English grammar issue
This commit is contained in:
Julie Kim 2017-11-29 10:32:47 -05:00 committed by GitHub
parent 4b02949e95
commit 2898275004
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.
**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.