aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-08-17 07:35:56 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-08-17 07:35:56 -0400
commit9987a58408580bc78d536c71279b91fc851965e8 (patch)
tree2853b6c4b81dcf0ee7be38c7c0c42a6e9f796583 /doc
parent81e569fe92c4b5047b91550305f8b61b8b67e5d3 (diff)
Fix error in multi-axis Replicate description and improve clarity
Diffstat (limited to 'doc')
-rw-r--r--doc/replicate.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/replicate.md b/doc/replicate.md
index 6b1dae8c..fd53caaf 100644
--- a/doc/replicate.md
+++ b/doc/replicate.md
@@ -79,7 +79,7 @@ If `𝕨` has [depth](depth.md) two, then its elements give the amounts to copy
2‿0 / 1‿0‿0‿1‿1⊸/˘ b
-Here the `2‿0` indicates that the first row of `b` is copied twice and the second is ignored, while `1‿0‿0‿1‿1` picks out three entries from that row. `𝕩` can also have more axes than elements of `𝕨`, and the trailing ones aren't changed, just like the simpler case. However, `𝕨` has to have at least as many elements as `𝕩` has axes (so `(≠𝕨)≥=𝕩`), and each element has to have the same length as the corresponding axis in `𝕩`—or it can be a unit, as shown below.
+Here the `2‿0` indicates that the first row of `b` is copied twice and the second is ignored, while `1‿0‿0‿1‿1` picks out three entries from that row. As in the single-axis case, `𝕩` can have extra trailing axes that aren't modified by `𝕨`. The rules are that `𝕨` can't have *more* elements than axes of `𝕩` (so `(≠𝕨)≤=𝕩`), and that each element has to have the same length as the corresponding axis—or it can be a unit, as shown below.
⟨<2,<3⟩ / b