fix formatting problem

This commit is contained in:
Tom Ball 2016-07-26 00:46:14 -04:00
parent aff9d1ee60
commit 5e9a5b29f4

View File

@ -35,7 +35,7 @@ basic.showNumber(1);
basic.showNumber(2); basic.showNumber(2);
``` ```
## The empty statement ### The empty statement
In JavaScript, there is the concept of an *empty statement*, which is whitespace followed by In JavaScript, there is the concept of an *empty statement*, which is whitespace followed by
a semicolon in the context where a statement is expected. a semicolon in the context where a statement is expected.