diff options
| author | Andrew Konchin <andry.konchin@gmail.com> | 2024-01-31 14:07:00 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-01-31 12:43:50 +0000 |
| commit | 5808c869652b95679acc7afae0a2a1aa17e62894 (patch) | |
| tree | e2ce860aa4bec06df57f6b0956f35c3f24324908 | |
| parent | 171d4bec256e0ac9774b1a51d49e0e2930b0c47b (diff) | |
[ruby/prism] Fix description of line parsing option and state it's 1-indexed
https://github.com/ruby/prism/commit/b2d2b91222
| -rw-r--r-- | prism/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prism/options.h b/prism/options.h index 9ec3fba51e..3e371d6666 100644 --- a/prism/options.h +++ b/prism/options.h @@ -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; |
