aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-12-09 08:48:52 -0500
committerGitHub <noreply@github.com>2022-12-09 08:48:52 -0500
commitb07342eade06ef914f036af43b26c85687af675b (patch)
treeb8341edb92f6a0162ec5172cdd97069d7330c346
parentd5130826c60fd4dcfc8f2f14d1e10dab96c43b9b (diff)
parent72f7c5b42b2cc293a0b7cc0e72ded168eb388ce6 (diff)
Merge pull request #83 from thezjy/patch-2
Fix a typo in help/deshape_reshape.md
-rw-r--r--help/deshape_reshape.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/deshape_reshape.md b/help/deshape_reshape.md
index 2d57ea43..6a61d8d3 100644
--- a/help/deshape_reshape.md
+++ b/help/deshape_reshape.md
@@ -18,7 +18,7 @@ Put all elements of `𝕩` in a rank 1 array, promoting to an array if necessary
Put all elements of `𝕩` in an array of shape `𝕨`, removing elements or repeating them cyclically if necessary.
-A single element in `𝕩` can be a function, which will be replaced with an appropriate length:
+A single element in `𝕨` can be a function, which will be replaced with an appropriate length:
- `∘` Exact fit
- `⌊` Round length down, discarding elements
- `⌽` Round length up