From 03242b7cd72fefd0161583e6b7b3596675ebba33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20R=C3=B8nn-Jensen?= Date: Fri, 15 Sep 2023 16:33:18 +0200 Subject: [PATCH] Update manual.yml --- docs/content/manual/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml index a726bf0583..b8b1a1e616 100644 --- a/docs/content/manual/manual.yml +++ b/docs/content/manual/manual.yml @@ -2404,7 +2404,7 @@ sections: body: | The `//` operator produces all the values of its left-hand - side that are neither `false` nor `null`. In other words, if the + side that are neither `false` nor `null`. If the left-hand side produces no values other than `false` or `null`, then `//` produces all the values of its right-hand side.