fixed minor typo where there was a 's' left when the sentence was changed. Issue #2853

This commit is contained in:
Natac13
2015-08-29 18:30:16 -04:00
parent e64ab91834
commit 3cd616e526

View File

@ -718,7 +718,7 @@
"<code> \"enemies\": [\"Water\", \"Dogs\"]</code>", "<code> \"enemies\": [\"Water\", \"Dogs\"]</code>",
"<code>};</code>", "<code>};</code>",
"</code>", "</code>",
"Objects are useful for storing data in a structured way, and can represents real world objects, like a cat.", "Objects are useful for storing data in a structured way, and can represent real world objects, like a cat.",
"Let's try to make an Object that represents a dog called myDog which contains the properties 'name' (String), 'legs' (Number), 'tails' (Number) and 'friends' (Array)!" "Let's try to make an Object that represents a dog called myDog which contains the properties 'name' (String), 'legs' (Number), 'tails' (Number) and 'friends' (Array)!"
], ],
"tests":[ "tests":[