Fix typo in Subtraction Waypoint

pull/18182/head
SaintPeter 2015-12-31 18:55:11 -08:00
parent 1d8173d913
commit a39bfe3e61
1 changed files with 1 additions and 1 deletions

View File

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