From 2c9a3d2feb054d3faec227f4bf4ab4a3d5a8f424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogumi=C5=82=20Kami=C5=84ski?= Date: Sat, 24 Dec 2022 12:31:41 +0100 Subject: [PATCH] Fix typo in documentation (#3250) --- docs/src/lib/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/lib/functions.md b/docs/src/lib/functions.md index 99a7534e6a..9b9de28471 100644 --- a/docs/src/lib/functions.md +++ b/docs/src/lib/functions.md @@ -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)