From a6f9d83c9a7d3b0273ff6b86c6007e388b5de124 Mon Sep 17 00:00:00 2001 From: George Hartzell Date: Fri, 10 Feb 2023 16:02:51 -0700 Subject: [PATCH] Fix minor typo: Pic -> Pick --- docs-src/content/functions/coll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-src/content/functions/coll.yml b/docs-src/content/functions/coll.yml index 207537410..f3dd6bc05 100644 --- a/docs-src/content/functions/coll.yml +++ b/docs-src/content/functions/coll.yml @@ -417,7 +417,7 @@ funcs: All keys are converted to strings. - This is the inverse of [`coll.Pic`](#coll-pick). + This is the inverse of [`coll.Pick`](#coll-pick). _Note that this function does not modify the input._ pipeline: true