Skip to content

Commit

Permalink
Typo fix (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanrboyer committed Apr 19, 2024
1 parent fcf7612 commit 0276504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/querying_frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0276504

Please sign in to comment.