diff options
Diffstat (limited to '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 |
