diff options
| author | thezjy <45989292+thezjy@users.noreply.github.com> | 2022-12-09 20:50:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-09 20:50:12 +0800 |
| commit | 72f7c5b42b2cc293a0b7cc0e72ded168eb388ce6 (patch) | |
| tree | b8341edb92f6a0162ec5172cdd97069d7330c346 | |
| parent | d5130826c60fd4dcfc8f2f14d1e10dab96c43b9b (diff) | |
Fix a typo in help/deshape_reshape.md
| -rw-r--r-- | help/deshape_reshape.md | 2 |
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 |
