aboutsummaryrefslogtreecommitdiff
path: root/docs/help/negate_subtract.html
diff options
context:
space:
mode:
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