Skip to content

Commit e1ee4b0

Browse files
koubyroot
authored andcommitted
Fix wrong call-seq for JSON::ResumableParser#eos?
1 parent 1316292 commit e1ee4b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/json/ext/parser/parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2712,7 +2712,7 @@ static VALUE cResumableParser_rest(VALUE self)
27122712
}
27132713

27142714
/*
2715-
* call-seq: value? -> true or false
2715+
* call-seq: eos? -> true or false
27162716
*
27172717
* Returns whether the internal buffer has been entirely consumed.
27182718
*/

0 commit comments

Comments
 (0)