diff --git a/doc/src/devdocs/boundscheck.md b/doc/src/devdocs/boundscheck.md index f840a0283ea15..258528dbd5960 100644 --- a/doc/src/devdocs/boundscheck.md +++ b/doc/src/devdocs/boundscheck.md @@ -52,7 +52,7 @@ end ``` Which quietly assumes 1-based indexing and therefore exposes unsafe memory access when used -with [`OffsetArrays`](@ref man-custom-indice): +with [`OffsetArrays`](@ref man-custom-indices): ```julia-repl julia> using OffsetArrays