Merge pull request #1 from kaleworsley/patch-1

`continue` -> `contain`
This commit is contained in:
Mitchell Hashimoto 2014-08-12 17:48:49 -07:00
commit 0cb0fcb714

View File

@ -59,7 +59,7 @@ of the syntax and grammar are listed here.
matter). The value can be any primitive: a string, number, boolean, matter). The value can be any primitive: a string, number, boolean,
object, or list. object, or list.
* Strings are double-quoted and can continue any UTF-8 characters. * Strings are double-quoted and can contain any UTF-8 characters.
Example: `"Hello, World"` Example: `"Hello, World"`
* Numbers are assumed to be base 10. If you prefix a number with 0x, * Numbers are assumed to be base 10. If you prefix a number with 0x,