Skip to content

Commit 0a7c982

Browse files
committed
Fix typo
1 parent cb3656b commit 0a7c982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/json/ext/Parser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public Parser(Ruby runtime, RubyClass metaClass) {
130130
*
131131
* <dt><code>:create_additions</code>
132132
* <dd>If set to <code>false</code>, the Parser doesn't create additions
133-
* even if a matchin class and <code>create_id</code> was found. This option
133+
* even if a matching class and <code>create_id</code> was found. This option
134134
* defaults to <code>true</code>.
135135
*
136136
* <dt><code>:object_class</code>

0 commit comments

Comments
 (0)