Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Bogumił Kamiński <[email protected]>
  • Loading branch information
CarloLucibello and bkamins committed Jun 28, 2022
1 parent 9bc355c commit 8869ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8869ec2

Please sign in to comment.