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 9bc355c commit 8869ec2Copy full SHA for 8869ec2
src/Tables.jl
@@ -572,7 +572,7 @@ Return one or more rows from table `x` according to the position(s) specified by
572
573
- If `inds` is a single integer return a row object.
574
- If `inds` is a collection of integers, return a table object.
575
- In this case,t he returned type is not necessarily the same as the original table type.
+ In this case, the returned type is not necessarily the same as the original table type.
576
577
The `view` argument influences whether the returned object is a view of the original table
578
or an independent copy:
0 commit comments