From 5e9a5b29f4dae56562d87ae758d050850a02f78a Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Tue, 26 Jul 2016 00:46:14 -0400 Subject: [PATCH] fix formatting problem --- docs/js/sequence.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/js/sequence.md b/docs/js/sequence.md index e8b6e94a..de0364dc 100644 --- a/docs/js/sequence.md +++ b/docs/js/sequence.md @@ -35,7 +35,7 @@ basic.showNumber(1); basic.showNumber(2); ``` -## The empty statement +### The empty statement 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.