From 601de91d2d85fe4c336f662c5e8870eca28bfa80 Mon Sep 17 00:00:00 2001 From: Kale Worsley Date: Wed, 13 Aug 2014 12:39:04 +1200 Subject: [PATCH] `continue` -> `contain`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed92b80..d4f37d8 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ of the syntax and grammar are listed here. matter). The value can be any primitive: a string, number, boolean, 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"` * Numbers are assumed to be base 10. If you prefix a number with 0x,