From d9864bac42ffe6d50bce57271de3f507ce07306e Mon Sep 17 00:00:00 2001 From: nathanrboyer Date: Thu, 30 May 2024 12:03:34 -0400 Subject: [PATCH] Fix manipulation function reference --- docs/src/man/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/man/basics.md b/docs/src/man/basics.md index 5449fb0e9..242bab3f5 100644 --- a/docs/src/man/basics.md +++ b/docs/src/man/basics.md @@ -3020,7 +3020,7 @@ In this way, every combination of selected columns and functions will be applied Pair broadcasting is a simple but powerful tool that can be used in any of the manipulation functions listed under -[Basic Usage of Manipulation Functions](@ref). +[Manipulation Functions](@ref). Experiment for yourself to discover other useful operations. ### Additional Resources