Skip to content

Commit

Permalink
Fix typo in documentation (#3250)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins authored Dec 24, 2022
1 parent e0cd3b8 commit 2c9a3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/lib/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is a list of operations that currently make use of multi-threading:
- `getindex` when multiple columns are selected.
- `groupby` (both when hashing is required and when fast path using `DataAPI.refpool`
is used).
- `join*` functions for composing output data frame (but currently not for finding
- `*join` functions for composing output data frame (but currently not for finding
matching rows in joined data frames).
- `combine`, `select[!]`, and `transform[!]` on `GroupedDataFrame` when either of the conditions below is met:
* multiple transformations are performed (each transformation is spawned in a separate task)
Expand Down

0 comments on commit 2c9a3d2

Please sign in to comment.