Skip to content

Commit 012d931

Browse files
authored
docs: fix docs of last_byte (#590)
1 parent 670f2fd commit 012d931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/source_files.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Return the first byte of `x` in the source text.
4141
first_byte(x) = first(byte_range(x))
4242

4343
"""
44-
first_byte(x)
44+
last_byte(x)
4545
4646
Return the last byte of `x` in the source text.
4747
"""

0 commit comments

Comments
 (0)