Skip to content

Commit 8869ec2

Browse files
fix typo
Co-authored-by: Bogumił Kamiński <[email protected]>
1 parent 9bc355c commit 8869ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tables.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ Return one or more rows from table `x` according to the position(s) specified by
572572
573573
- If `inds` is a single integer return a row object.
574574
- 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.
575+
In this case, the returned type is not necessarily the same as the original table type.
576576
577577
The `view` argument influences whether the returned object is a view of the original table
578578
or an independent copy:

0 commit comments

Comments
 (0)