diff options
Diffstat (limited to 'prism')
| -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; |
