Fixed typo for issue 1979

This commit is contained in:
waseem 2015-08-29 04:08:48 +08:00
parent e0dc710e85
commit 959645ab75

View File

@ -718,7 +718,7 @@
"<code> \"enemies\": [\"Water\", \"Dogs\"]</code>",
"<code>};</code>",
"</code>",
"Objects are useful for storing data in a structured way, and can represents real world objects, like a cats.",
"Objects are useful for storing data in a structured way, and can represents 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)!"
],
"tests":[