Skip to content

Commit

Permalink
fix typo in @orderby docstring (#402)
Browse files Browse the repository at this point in the history
mulitple s/b multiple
  • Loading branch information
dvetsch75 authored Sep 17, 2024
1 parent 4eb105c commit bffeabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ given by its arguments (but does not create new columns) and sorts
the given `DataFrame` on the result, returning a new `DataFrame`.
Inputs to `@orderby` can come in two formats: a `begin ... end` block, in which case each
line in the block is a separate ordering operation, and as mulitple
line in the block is a separate ordering operation, and as multiple
arguments. For example, the following two statements are equivalent:
```julia
Expand Down

0 comments on commit bffeabb

Please sign in to comment.