aboutsummaryrefslogtreecommitdiff
path: root/docs/help/negate_subtract.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-24 20:13:18 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-24 20:14:44 -0500
commit5566ea9429f75b54a8cffb9ebea7747ea651d52c (patch)
treecb50a64656fff5c2d41a22dcd6ce553ac1bd8e2e /docs/help/negate_subtract.html
parent3b6599b12470fe9b1321111d31c34685ffd5db52 (diff)
Editing
Diffstat (limited to 'docs/help/negate_subtract.html')
-rw-r--r--docs/help/negate_subtract.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/negate_subtract.html b/docs/help/negate_subtract.html
index 91c689cf..cd2b52e4 100644
--- a/docs/help/negate_subtract.html
+++ b/docs/help/negate_subtract.html
@@ -15,7 +15,7 @@
1
</pre>
<h2 id="𝕨---𝕩-subtract"><a class="header" href="#𝕨---𝕩-subtract"><code><span class='Value'>𝕨</span> <span class='Function'>-</span> <span class='Value'>𝕩</span></code>: Subtract</a></h2>
-<p>Subtract <code><span class='Value'>𝕩</span></code> from <code><span class='Value'>𝕨</span></code>. <code><span class='Value'>𝕨</span></code> and <code><span class='Value'>𝕩</span></code> can be characters or integers.</p>
+<p>Subtract <code><span class='Value'>𝕩</span></code> from <code><span class='Value'>𝕨</span></code>. <code><span class='Value'>𝕨</span></code> and <code><span class='Value'>𝕩</span></code> can be characters or numbers.</p>
<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIC0gMgoKICAxIC0gMuKAvzPigL80CgogICdhJyAtIDQKCiAgJ2InIC0gJ2En">↗️</a><pre> <span class='Number'>1</span> <span class='Function'>-</span> <span class='Number'>2</span>
¯1