Fixed Spelling Error

This commit is contained in:
SaintPeter
2015-12-24 08:37:35 -08:00
parent 62598d111f
commit ec1ca9081f

View File

@ -977,7 +977,7 @@
"description": [ "description": [
"We can also use the <code>+=</code> operator to concatanate a string onto the end of an existing string. This can be very helpful to break a long string over several lines.", "We can also use the <code>+=</code> operator to concatanate a string onto the end of an existing string. This can be very helpful to break a long string over several lines.",
"<h4>Instructions</h4>", "<h4>Instructions</h4>",
"Build <code>myStr</code> over several lines by concatanating these two strings:<br /><code>\"This is the first line. \"</code> and <code>\"This is the second line.\"</code> using the <code>+=</code> operator." "Build <code>myStr</code> over several lines by concatenating these two strings:<br /><code>\"This is the first line. \"</code> and <code>\"This is the second line.\"</code> using the <code>+=</code> operator."
], ],
"releasedOn": "11/27/2015", "releasedOn": "11/27/2015",
"tests": [ "tests": [