Fix typo in Subtraction Waypoint

This commit is contained in:
SaintPeter
2015-12-31 18:55:11 -08:00
parent 1d8173d913
commit a39bfe3e61

View File

@ -298,7 +298,7 @@
"JavaScript uses the <code>-</code> symbol for subtraction.", "JavaScript uses the <code>-</code> symbol for subtraction.",
"", "",
"<strong>Example</strong>", "<strong>Example</strong>",
"<blockquote>myVAr = 12 - 6; // assigned 6</blockquote>", "<blockquote>myVar = 12 - 6; // assigned 6</blockquote>",
"", "",
"<h4>Instructions</h4>", "<h4>Instructions</h4>",
"Change the <code>0</code> so the difference is <code>12</code>." "Change the <code>0</code> so the difference is <code>12</code>."