From 8869ec29a8f68c6963ef860711ae7576f04f304c Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Tue, 28 Jun 2022 09:22:17 +0200 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bogumił Kamiński --- src/Tables.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: