From 04c650e04d563337f6f3002f28f656aca96510e4 Mon Sep 17 00:00:00 2001 From: Nathan Boyer <65452054+nathanrboyer@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:54:29 -0400 Subject: [PATCH] Typo fix "its two" implies that there are only two columns, but there are three. --- docs/src/man/querying_frameworks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/man/querying_frameworks.md b/docs/src/man/querying_frameworks.md index 47799c5d52..da73e9d348 100644 --- a/docs/src/man/querying_frameworks.md +++ b/docs/src/man/querying_frameworks.md @@ -30,7 +30,7 @@ pipe the output of one transformation as an input to another, as with Below we present several selected examples of usage of the package. First we subset rows of the source data frame using a logical condition -and select its two columns, renaming one of them: +and select two of its columns, renaming one of them: ```jldoctest dataframesmeta julia> using DataFramesMeta