Merge pull request #5685 from SaintPeter/fix/subtraction-var-typo

Fix typo in Subtraction Waypoint
pull/18182/head
Logan Tegman 2015-12-31 21:11:47 -08:00
commit 4537d67ad2
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>."