aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/doc/enclose.html2
-rw-r--r--docs/doc/rank.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/doc/enclose.html b/docs/doc/enclose.html
index 82fbee31..e00d168b 100644
--- a/docs/doc/enclose.html
+++ b/docs/doc/enclose.html
@@ -39,7 +39,7 @@
</pre>
<p>In this case each call to <code><span class='Function'>+</span><span class='Modifier'>˝</span></code> returns a cell of the result. The result is a list, so its cells are units! Here, <a href="rank.html">Cells</a> (<code><span class='Modifier'>˘</span></code>) &quot;hides&quot; one axis from its operand, and the operand <code><span class='Function'>+</span><span class='Modifier'>˝</span></code> reduces out an axis, leaving zero axes—until Cells assembles the results, putting its axis back. In this case, <code><span class='Function'>+</span><span class='Modifier'>´</span></code> would also be tolerated. But it's wrong, because each result really should be a zero-axis array. We can reveal this by making an array whose elements aren't atoms.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=K8K0y5gg4p+o4oaVMiwiYWIi4p+p4omN4p+o4oaVMywiQUJDIuKfqQoKK8udy5gg4p+o4oaVMiwiYWIi4p+p4omN4p+o4oaVMywiQUJDIuKfqQ==">↗️</a><pre> <span class='Function'>+</span><span class='Modifier'>´˘</span> <span class='Bracket'>⟨</span><span class='Function'>↕</span><span class='Number'>2</span><span class='Separator'>,</span><span class='String'>&quot;ab&quot;</span><span class='Bracket'>⟩</span><span class='Function'>≍</span><span class='Bracket'>⟨</span><span class='Function'>↕</span><span class='Number'>3</span><span class='Separator'>,</span><span class='String'>&quot;ABC&quot;</span><span class='Bracket'>⟩</span>
-<span class='Error'>Error: >: Elements didn't have equal shapes (contained ⟨2⟩ and ⟨3⟩)</span>
+<span class='Error'>Error: >: Elements didn't have equal shapes (contained shapes ⟨2⟩ and ⟨3⟩)</span>
<span class='Function'>+</span><span class='Modifier'>˝˘</span> <span class='Bracket'>⟨</span><span class='Function'>↕</span><span class='Number'>2</span><span class='Separator'>,</span><span class='String'>&quot;ab&quot;</span><span class='Bracket'>⟩</span><span class='Function'>≍</span><span class='Bracket'>⟨</span><span class='Function'>↕</span><span class='Number'>3</span><span class='Separator'>,</span><span class='String'>&quot;ABC&quot;</span><span class='Bracket'>⟩</span>
⟨ "ac" "ACE" ⟩
diff --git a/docs/doc/rank.html b/docs/doc/rank.html
index 7253f3b1..aed77354 100644
--- a/docs/doc/rank.html
+++ b/docs/doc/rank.html
@@ -123,7 +123,7 @@
<span class='Function'>∾</span><span class='Modifier'>˘</span> <span class='Value'>s</span>
-<span class='Error'>Error: >: Elements didn't have equal shapes (contained ⟨11⟩ and ⟨14⟩)</span>
+<span class='Error'>Error: >: Elements didn't have equal shapes (contained shapes ⟨11⟩ and ⟨14⟩)</span>
<span class='Function'>&lt;</span><span class='Modifier2'>∘</span><span class='Function'>∾</span><span class='Modifier'>˘</span> <span class='Value'>s</span>
⟨ "wordsgohere" "someotherwords" ⟩