Skip to content

Commit 5f6e608

Browse files
committed
Update getunstoredindex docstring
1 parent 499c0ff commit 5f6e608

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/indexing.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Similar to `Base.getindex`, new definitions should be in line with `IndexStyle(A
1818
"""
1919
getunstoredindex(A::AbstractArray, I...) -> eltype(A)
2020
21-
Obtain `getindex(A, I...)` with the guarantee that there is no stored entry at that location.
21+
Obtain the value that would be returned by `getindex(A, I...)` when there is no stored entry
22+
at that location.
2223
By default, this takes an explicit copy of the `getindex` implementation to mimick a newly
2324
instantiated object.
2425

0 commit comments

Comments
 (0)