diff --git a/src/Tables.jl b/src/Tables.jl index f4bed73..15b4fea 100644 --- a/src/Tables.jl +++ b/src/Tables.jl @@ -572,7 +572,7 @@ Return one or more rows from table `x` according to the position(s) specified by - If `inds` is a single integer return a row object. - If `inds` is a collection of integers, return a table object. - 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. The `view` argument influences whether the returned object is a view of the original table or an independent copy: