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