Skip to content

Commit d59fb98

Browse files
committed
doc tweak
1 parent d743d7d commit d59fb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ All arrays implement `RandomAccess`, with the last index being the observation i
181181
182182
A Tables.jl compatible table `data` implements `RandomAccess` if `Tables.istable(data)` is
183183
true and if `data` implements `DataAPI.nrows`. This includes many tables, and in
184-
particular, `DataFrame`s. Tables that are also tuples are excluded.
184+
particular, `DataFrame`s. Tables that are also tuples are explicitly excluded.
185185
186186
Any tuple of objects implementing `RandomAccess` also implements `RandomAccess`.
187187

0 commit comments

Comments
 (0)