diff --git a/src/core/source_files.jl b/src/core/source_files.jl index 1058693f..87019aa8 100644 --- a/src/core/source_files.jl +++ b/src/core/source_files.jl @@ -41,7 +41,7 @@ Return the first byte of `x` in the source text. first_byte(x) = first(byte_range(x)) """ - first_byte(x) + last_byte(x) Return the last byte of `x` in the source text. """