From 681f14fc9bb3d76fadd53de8a5218cfb9920cce6 Mon Sep 17 00:00:00 2001 From: Ricardo N Feliciano Date: Sat, 22 Sep 2018 14:58:46 -0400 Subject: [PATCH] tpl/collections: Allow first function to return an empty slice Fixes #5235 --- content/en/functions/first.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/functions/first.md b/content/en/functions/first.md index 464dfa671..e4c0a848d 100644 --- a/content/en/functions/first.md +++ b/content/en/functions/first.md @@ -25,3 +25,5 @@ aliases: [] {{ .Render "summary" }} {{ end }} ``` + +*Note: Exclusive to `first`, LIMIT can be '0' to return an empty array.*