summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manual/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/index.html b/manual/index.html
index a285ba23..4e0bac6c 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -5821,7 +5821,7 @@ evaluating a condition, see the <code>//</code> operator below.</p>
<a href="#alternative-operator" class="icon-link" aria-label="Link to this section: Alternative operator: `//`"><span class="bi bi-link-45deg" aria-hidden="true"></span></a>
</h3>
<p>The <code>//</code> operator produces all the values of its left-hand
-side that are neither <code>false</code> nor <code>null</code>, or, if the
+side that are neither <code>false</code> nor <code>null</code>. If the
left-hand side produces no values other than <code>false</code> or
<code>null</code>, then <code>//</code> produces all the values of its right-hand
side.</p>