Merge pull request #13 from meetsha/patch-1

Fixed typos in article.md
This commit is contained in:
Ilya Kantor 2017-06-06 14:30:21 +03:00 committed by GitHub
commit 73b4d4edbe

View file

@ -119,7 +119,7 @@ There are two types of indents:
### A semicolon
A semicolons should be after each statement. Even if could possibly be skipped.
A semicolon should be present after each statement. Even if it could be possibly be skipped.
There are languages where a semicolon is truly optional. It's rarely used there.