[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:
parent
171d4bec25
commit
5808c86965
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user