Skip to content

Commit

Permalink
Update docs with reference to eachindex
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Bauman <[email protected]>
  • Loading branch information
adrhill and mbauman authored Oct 21, 2024
1 parent 11033fd commit 24a64d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/base/arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Base.checkindex
Base.elsize
```

The following functions can be used to handle arrays with custom indices:
While most code can be written in an index-agnostic manner (see, e.g., [`eachindex`](@ref)), it can sometimes be useful to explicitly check for offset axes:
```@docs
Base.require_one_based_indexing
Base.has_offset_axes
Expand Down

0 comments on commit 24a64d3

Please sign in to comment.