diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml index 5cda01a690..be7c2f8443 100644 --- a/docs/content/manual/manual.yml +++ b/docs/content/manual/manual.yml @@ -2405,7 +2405,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.