Skip to content

Commit

Permalink
correct man-custom-indices ref in devdocs (JuliaLang#45071)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlxs4 authored Apr 23, 2022
1 parent 8a3b4ab commit d8346cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/devdocs/boundscheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8346cc

Please sign in to comment.