Add missing periods to instructions

This commit is contained in:
Eric Leung
2016-01-02 15:21:33 -08:00
parent 452c10dfc4
commit 6165ecaadf

View File

@ -393,7 +393,7 @@
"<code>i = i + 1;</code>",
"<strong>Note</strong><br>The entire line becomes <code>i++;</code>, eliminating the need for the equal sign.",
"<h4>Instructions</h4>",
"Change the code to use the <code>++</code> operator on <code>myVar</code>"
"Change the code to use the <code>++</code> operator on <code>myVar</code>."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [
@ -432,7 +432,7 @@
"<code>i = i - 1;</code>",
"<strong>Note</strong><br>The entire line becomes <code>i--;</code>, eliminating the need for the equal sign.",
"<h4>Instructions</h4>",
"Change the code to use the <code>--</code> operator on <code>myVar</code>"
"Change the code to use the <code>--</code> operator on <code>myVar</code>."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [