From 1e78ec5cd043b7a7257a763d7e61991ecc7ef86c Mon Sep 17 00:00:00 2001 From: Neven Sajko Date: Thu, 19 Feb 2026 09:58:59 +0100 Subject: [PATCH] doc: fix `throw_lightboundserror` doc string --- src/LightBoundsErrors.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LightBoundsErrors.jl b/src/LightBoundsErrors.jl index 76be04a..1a7af50 100644 --- a/src/LightBoundsErrors.jl +++ b/src/LightBoundsErrors.jl @@ -56,7 +56,7 @@ module LightBoundsErrors throw(ex) end """ - throw_lightboundserror(x, requested_indices::Tuple) + throw_lightboundserror(x, requested_indices...) Throw [`LightBoundsError`](@ref) for the given indexable collection and indices.