aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/pair.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doc/pair.html')
-rw-r--r--docs/doc/pair.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/pair.html b/docs/doc/pair.html
index 46f4c82d..a4bf9b75 100644
--- a/docs/doc/pair.html
+++ b/docs/doc/pair.html
@@ -51,7 +51,7 @@
</pre>
<p>And the arguments to Couple must have the same shape, while Enlist takes any two arguments.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ImFiYyIg4omNICJkZWZnIgoKImFiYyIg4ouIICJkZWZnIg==">↗️</a><pre> <span class='String'>&quot;abc&quot;</span> <span class='Function'>≍</span> <span class='String'>&quot;defg&quot;</span>
-ERROR
+<span class='Error'>Error: ≍: 𝕨 and 𝕩 must have equal shapes (⟨3⟩ ≡ ≢𝕨, ⟨4⟩ ≡ ≢𝕩)</span>
<span class='String'>&quot;abc&quot;</span> <span class='Function'>⋈</span> <span class='String'>&quot;defg&quot;</span>
⟨ "abc" "defg" ⟩