Skip to content

Commit 0276504

Browse files
authored
Typo fix (#3439)
1 parent fcf7612 commit 0276504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/querying_frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pipe the output of one transformation as an input to another, as with
3333
Below we present several selected examples of usage of the package.
3434

3535
First we subset rows of the source data frame using a logical condition
36-
and select its two columns, renaming one of them:
36+
and select two of its columns, renaming one of them:
3737

3838
```jldoctest dataframesmeta
3939
julia> using DataFramesMeta

0 commit comments

Comments
 (0)