From da2d6ba11c8e46472ed8d2f03e6182db3b960569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 18 Feb 2024 13:20:15 +0100 Subject: [PATCH] docs: Regen docshelper --- data/docs.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/data/docs.yaml b/data/docs.yaml index b177e4f5d..309760b2f 100644 --- a/data/docs.yaml +++ b/data/docs.yaml @@ -2506,7 +2506,7 @@ tpl: - shuffle Args: - l - Description: Shuffle returns list l in a randomised order. + Description: Shuffle returns list l in a randomized order. Examples: [] Slice: Aliases: @@ -2898,7 +2898,7 @@ tpl: - format - args Description: Printf returns string representation of args formatted with the - layouut in format. + layout in format. Examples: - - '{{ printf "%s!" "works" }}' - works! @@ -3020,6 +3020,11 @@ tpl: Args: null Description: "" Examples: null + Dither: + Aliases: null + Args: null + Description: "" + Examples: null Filter: Aliases: null Args: null