diff --git a/ext/json/ext/parser/parser.c b/ext/json/ext/parser/parser.c index 9a86cd58..757c5870 100644 --- a/ext/json/ext/parser/parser.c +++ b/ext/json/ext/parser/parser.c @@ -2712,7 +2712,7 @@ static VALUE cResumableParser_rest(VALUE self) } /* - * call-seq: value? -> true or false + * call-seq: eos? -> true or false * * Returns whether the internal buffer has been entirely consumed. */