summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2023-08-03 23:24:06 -0500
committerNicolas Williams <nico@cryptonector.com>2023-08-03 23:24:12 -0500
commit71941a0d4706fecf641df249c27ec73771bc149c (patch)
treec7d01a748482d24210d74f524ea47f639fc9a342 /docs
parentdcaf701ef66dd0a9c27df49959e4eae9c45c73c4 (diff)
Clarify the `//` operator (fix typo)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/manual/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index cebc0d88..3e2c289d 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -2391,7 +2391,7 @@ sections:
The `//` operator produces all the values of its left-hand
side that are neither `false` nor `null`, or, if the
left-hand side produces no values other than `false` or
- `true`, then `//` produces all the values of its right-hand
+ `null`, then `//` produces all the values of its right-hand
side.
A filter of the form `a // b` produces all the results of