Add missing period in instructions

This commit is contained in:
Eric Leung
2016-01-10 11:59:31 -08:00
parent ec46fa1830
commit a0e677f2b1

View File

@ -107,7 +107,7 @@
"<code>myNum = myVar;</code>",
"Assigns <code>5</code> to <code>myVar</code> and then resolves <code>myVar</code> to <code>5</code> again and assigns it to <code>myNum</code>.",
"<h4>Instructions</h4>",
"Assign the value <code>7</code> to variable <code>a</code>",
"Assign the value <code>7</code> to variable <code>a</code>.",
"Assign the contents of <code>a</code> to variable <code>b</code>."
],
"releasedOn": "January 1, 2016",