[ruby/prism] Fix description of line parsing option and state it's 1-indexed

https://github.com/ruby/prism/commit/b2d2b91222
This commit is contained in:
Andrew Konchin 2024-01-31 14:07:00 +02:00 committed by git
parent 171d4bec25
commit 5808c86965

View File

@ -46,7 +46,7 @@ typedef struct {
/**
* The line within the file that the parse starts on. This value is
* 0-indexed.
* 1-indexed.
*/
int32_t line;