We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
last_byte
1 parent 670f2fd commit 012d931Copy full SHA for 012d931
src/core/source_files.jl
@@ -41,7 +41,7 @@ Return the first byte of `x` in the source text.
41
first_byte(x) = first(byte_range(x))
42
43
"""
44
- first_byte(x)
+ last_byte(x)
45
46
Return the last byte of `x` in the source text.
47
0 commit comments