Add missing period in instructions

pull/18182/head
Eric Leung 2016-01-10 11:59:31 -08:00 committed by Berkeley Martinez
parent ebcf6f0aea
commit 2c21b67e03
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
"<code>myNum = myVar;</code>", "<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>.", "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>", "<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>." "Assign the contents of <code>a</code> to variable <code>b</code>."
], ],
"releasedOn": "January 1, 2016", "releasedOn": "January 1, 2016",