From d4ed1d0090eca020fc5e12f9ec5ea0bcfcd22510 Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Thu, 28 Aug 2025 03:17:17 +0900 Subject: [PATCH] docs: fix docs of `last_byte` --- src/core/source_files.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """