summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2021-04-26 02:59:47 +0900
committerRyuta Kamizono <kamipo@gmail.com>2021-04-26 02:59:47 +0900
commit6ebeeff92f77060082bac1f1afa71687e1cb03dd (patch)
treec18f0c04677f58ca81415c8bb82d8924cf4aec30 /lib
parenta98c72a313483e1a0baebe99d2534904c19faf1f (diff)
downloadjson-6ebeeff92f77060082bac1f1afa71687e1cb03dd.tar.gz
Fix some typos
Diffstat (limited to 'lib')
-rw-r--r--lib/json/pure/parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/json/pure/parser.rb b/lib/json/pure/parser.rb
index d795a3b..e1d701b 100644
--- a/lib/json/pure/parser.rb
+++ b/lib/json/pure/parser.rb
@@ -45,7 +45,7 @@ module JSON
/(?=\*/) # single slash before this comment's end
)*
\*/ # the End of this comment
- |[ \t\r\n]+ # whitespaces: space, horicontal tab, lf, cr
+ |[ \t\r\n]+ # whitespaces: space, horizontal tab, lf, cr
)+
)mx