We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee98f8 commit cc2d2deCopy full SHA for cc2d2de
src/DataAPI.jl
@@ -52,7 +52,7 @@ refvalue(A::AbstractArray, x) = x
52
53
Whenever available, return an indexable object `pool` such that, given the *original* array `A` and
54
a "ref value" `x` taken from `refarray(A)`, `pool[x]` is the appropriate *original* value. Return
55
-`nothing` i such object is not available. If `refpool(A)` is not `nothing`, then
+`nothing` if such object is not available. If `refpool(A)` is not `nothing`, then
56
`refpool(A)[refarray(A)[I...]]` must be equal to `A[I...]`.
57
58
By default, `refpool(A)` returns `nothing`.
0 commit comments