From bd4209a653a68929a9fb1a215bbc3e34a393e753 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 28 May 2022 11:10:53 -0400 Subject: Merge error message changed --- docs/doc/enclose.html | 2 +- docs/doc/rank.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/doc') 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 @@

In this case each call to +˝ returns a cell of the result. The result is a list, so its cells are units! Here, Cells (˘) "hides" one axis from its operand, and the operand +˝ reduces out an axis, leaving zero axes—until Cells assembles the results, putting its axis back. In this case, +´ 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.

↗️
    +´˘ 2,"ab"3,"ABC"
-Error: >: Elements didn't have equal shapes (contained ⟨2⟩ and ⟨3⟩)
+Error: >: Elements didn't have equal shapes (contained shapes ⟨2⟩ and ⟨3⟩)
 
     +˝˘ 2,"ab"3,"ABC"
 ⟨ "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 @@
                           ┘
 
     ˘ s
-Error: >: Elements didn't have equal shapes (contained ⟨11⟩ and ⟨14⟩)
+Error: >: Elements didn't have equal shapes (contained shapes ⟨11⟩ and ⟨14⟩)
 
     <˘ s
 ⟨ "wordsgohere" "someotherwords" ⟩
-- 
cgit v1.2.3