Skip to content

Commit 2a61ba5

Browse files
committed
Fix documentation wording
1 parent ddafccd commit 2a61ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/json/ext/Parser.rl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public class Parser extends RubyObject {
128128
*
129129
* <dt><code>:create_additions</code>
130130
* <dd>If set to <code>false</code>, the Parser doesn't create additions
131-
* even if a matchin class and <code>create_id</code> was found. This option
131+
* even if a matching class and <code>create_id</code> was found. This option
132132
* defaults to <code>true</code>.
133133
*
134134
* <dt><code>:object_class</code>

0 commit comments

Comments
 (0)