Skip to content

Commit 6b9ab57

Browse files
committed
docs(web): fix a terminology
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 911603d commit 6b9ab57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ Available parser names can be listed by running ctags with
494494
the 3rd and 5th argument. They are byte offsets of the start and the end of the
495495
C language area from the beginning of the line which is 0 in this case. In
496496
general, the guest language's section does not have to start at the beginning of
497-
the line in which case the two offsets have to be provided. Compilers reading
497+
the line in which case the two offsets have to be provided. Parsers reading
498498
the input character by character can obtain the current offset by calling
499499
``getInputLineOffset()``.
500500

0 commit comments

Comments
 (0)