aboutsummaryrefslogtreecommitdiff
path: root/docs/help/under.html
diff options
context:
space:
mode:
authorrazetime <raghuallthetime@hotmail.com>2022-01-20 08:48:23 +0530
committerrazetime <raghuallthetime@hotmail.com>2022-01-20 08:48:23 +0530
commita5838f0e455ddb150d9c7b98d5e060dcf70fdefc (patch)
tree65891497b170890526ce9b8a292cb98ddfd554f5 /docs/help/under.html
parentc6cab48977311e88bf26c0d5b25ee09b95817ab4 (diff)
parentf74ae588caad19f498440bd8e848d8df5724174e (diff)
Merge branch 'master' of https://github.com/mlochbaum/BQN
Diffstat (limited to 'docs/help/under.html')
-rw-r--r--docs/help/under.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/help/under.html b/docs/help/under.html
index eb83dd3e..f923f27e 100644
--- a/docs/help/under.html
+++ b/docs/help/under.html
@@ -12,8 +12,10 @@
<li>Undo transformation <code><span class='Function'>𝔾</span></code></li>
</ul>
<p>Where <code><span class='Function'>𝔾</span></code> must be</p>
-<p>1. A function invertible by <code><span class='Modifier'>⁼</span></code> (Undo)
-2. A structural modification</p>
+<ul>
+<li>A function invertible by <code><span class='Modifier'>⁼</span></code> (Undo)</li>
+<li>A structural modification</li>
+</ul>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAgOeKMvigx4oq44oqRKSAx4oC/MuKAvzMKCiAgIOKImuKBvCAo4oiaMSkgKyAo4oiaOSkKCiAgIDEgK+KMvuKImiA5">↗️</a><pre> <span class='Number'>9</span><span class='Modifier2'>⌾</span><span class='Paren'>(</span><span class='Number'>1</span><span class='Modifier2'>⊸</span><span class='Function'>⊑</span><span class='Paren'>)</span> <span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>3</span>
⟨ 1 9 3 ⟩