summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-08-04 22:42:07 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-08-04 22:42:07 +0000
commitd091d07cdc46b7afa9800af0942d296079fe3bbd (patch)
treed8abbbdefb89cf19f1c751f1878915a6c567a49b
parent8846a5bf6c99bb2f4e564e3853d9143af7d65c0d (diff)
Update website
-rw-r--r--manual/index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/manual/index.html b/manual/index.html
index 8ccaa82a..902d059b 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -2674,9 +2674,6 @@ non-iterables, respectively.</p>
<p>Produces an error with the input value, or with the message
given as the argument. Errors can be caught with try/catch;
see below.</p>
-<p>When the error value is <code>null</code>, it produces nothing and works
-just like <code>empty</code>. So <code>[null | error]</code> and <code>[error(null)]</code> both
-emit <code>[]</code>.</p>
<div class="pb-3">
<button type="button" class="btn btn-sm btn-secondary text-body-secondary bg-transparent link-body-emphasis border-0" data-bs-toggle="collapse" data-bs-target="#example33" aria-expanded="false" aria-controls="example33">
<span class="me-1 d-print-none" aria-hidden="true"><span class="bi bi-chevron-right"></span><span class="bi bi-chevron-down"></span></span>Examples