Skip to content

Commit cc2d2de

Browse files
Pietro Vertechiararslan
authored andcommitted
Correct typo (#2)
1 parent 5ee98f8 commit cc2d2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataAPI.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ refvalue(A::AbstractArray, x) = x
5252
5353
Whenever available, return an indexable object `pool` such that, given the *original* array `A` and
5454
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
55+
`nothing` if such object is not available. If `refpool(A)` is not `nothing`, then
5656
`refpool(A)[refarray(A)[I...]]` must be equal to `A[I...]`.
5757
5858
By default, `refpool(A)` returns `nothing`.

0 commit comments

Comments
 (0)