Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeffebach committed Oct 27, 2022
1 parent aaaf194 commit 13632ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/macros.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,7 @@ See **Details** for a discussion of these differences.
### Arguments
* `d` : an AbstractDataFrame
* `args...` : keyword-like arguments, of the form `:x` designating
* `args...` : transformations of the form `:x` designating
symbols to specify columns or `f(:x)` specifying their transformations
### Returns
Expand Down Expand Up @@ -2368,7 +2368,7 @@ See **Details** for a discussion of these differences.
### Arguments
* `d` : an AbstractDataFrame
* `args...` : keyword-like arguments, of the form `:x` designating
* `args...` : transformations of the form `:x` designating
symbols to specify columns or `f(:x)` specifying their transformations
Expand Down

0 comments on commit 13632ed

Please sign in to comment.