From 72f7c5b42b2cc293a0b7cc0e72ded168eb388ce6 Mon Sep 17 00:00:00 2001 From: thezjy <45989292+thezjy@users.noreply.github.com> Date: Fri, 9 Dec 2022 20:50:12 +0800 Subject: Fix a typo in help/deshape_reshape.md --- help/deshape_reshape.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3