Merge pull request #6029 from erictleung/fix/missing-instruction-period

Add missing period in instructions
This commit is contained in:
Logan Tegman
2016-01-10 12:02:17 -08:00

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",