Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2023
1 parent a16f2ac commit e3146ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5821,7 +5821,7 @@ <h3>
<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>
Expand Down

0 comments on commit e3146ba

Please sign in to comment.