Fixed typos in article.md

There were some typos in the first line of A semicolon section. (Line 122).  I have proposed a possible fix.
This commit is contained in:
Ashmeet Singh 2017-06-06 16:30:23 +05:30 committed by GitHub
parent 168b273caa
commit 0cecd96f1d

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.