From 027650418ab08bbe6b94f2cf42743839aa7a593e Mon Sep 17 00:00:00 2001 From: Nathan Boyer <65452054+nathanrboyer@users.noreply.github.com> Date: Fri, 19 Apr 2024 03:50:21 -0400 Subject: [PATCH] Typo fix (#3439) --- 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 6eadb2b8e..abda7ec6f 100644 --- a/docs/src/man/querying_frameworks.md +++ b/docs/src/man/querying_frameworks.md @@ -33,7 +33,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