aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/transpose.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-27 22:28:33 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-27 22:28:33 -0400
commit723f2735dbd59f6000caecddccf321c8b03512fa (patch)
tree3a58ad6b88ea5b45707c4924276e2f77ee87e3f1 /docs/doc/transpose.html
parent00abceb4b2b43acd7fbb100aac41f759f643f5e7 (diff)
Undo documentation
Diffstat (limited to 'docs/doc/transpose.html')
-rw-r--r--docs/doc/transpose.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/transpose.html b/docs/doc/transpose.html
index ee3e926c..e0cdf512 100644
--- a/docs/doc/transpose.html
+++ b/docs/doc/transpose.html
@@ -63,7 +63,7 @@
</pre>
-<p>To exchange multiple axes, use the <a href="repeat.html">Repeat</a> modifier. A negative power moves axes in the other direction, just like how <a href="reverse.html#rotate">Rotate</a> handles negative left arguments. In particular, to move the last axis to the front, use Undo (as you might expect, this exactly inverts <code><span class='Function'>⍉</span></code>).</p>
+<p>To exchange multiple axes, use the <a href="repeat.html">Repeat</a> modifier. A negative power moves axes in the other direction, just like how <a href="reverse.html#rotate">Rotate</a> handles negative left arguments. In particular, to move the last axis to the front, use <a href="undo.html">Undo</a> (as you might expect, this exactly inverts <code><span class='Function'>⍉</span></code>).</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4omiIOKNieKNnzMgYTIzNDU2CgriiaIg4o2J4oG8IGEyMzQ1Ng==">↗️</a><pre> <span class='Function'>≢</span> <span class='Function'>⍉</span><span class='Modifier2'>⍟</span><span class='Number'>3</span> <span class='Value'>a23456</span>
⟨ 5 6 2 3 4 ⟩