diff options
| author | razetime <raghuallthetime@hotmail.com> | 2022-01-20 08:33:35 +0530 |
|---|---|---|
| committer | razetime <raghuallthetime@hotmail.com> | 2022-01-20 08:33:35 +0530 |
| commit | 330846175fe6cfd52dee29e1db0d1726e31fb367 (patch) | |
| tree | 906815d6c91f9a592a17dca66531aa2a470ca836 | |
| parent | ae513293cca5fb30dd59874e4e00c0eecab596f6 (diff) | |
fix insert page heading
| -rw-r--r-- | docs/help/insert.html | 4 | ||||
| -rw-r--r-- | help/insert.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/help/insert.html b/docs/help/insert.html index 52e42e55..a00eca0e 100644 --- a/docs/help/insert.html +++ b/docs/help/insert.html @@ -1,10 +1,10 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> - <title>BQN: Acute Accent (`˝`)</title> + <title>BQN: Double Acute Accent (`˝`)</title> </head> <div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">help</a></div> -<h1 id="acute-accent-"><a class="header" href="#acute-accent-">Acute Accent (<code><span class='Modifier'>˝</span></code>)</a></h1> +<h1 id="double-acute-accent-"><a class="header" href="#double-acute-accent-">Double Acute Accent (<code><span class='Modifier'>˝</span></code>)</a></h1> <h2 id="--insert"><a class="header" href="#--insert"><code><span class='Function'>𝔽</span><span class='Modifier'>˝</span> <span class='Value'>𝕩</span></code>: Insert</a></h2> <p>Fold over <code><span class='Value'>𝕩</span></code> with <code><span class='Function'>𝔽</span></code> from right to left i.e. Insert <code><span class='Function'>𝔽</span></code> between the major cells of <code><span class='Value'>𝕩</span></code>.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAgYSDihpAgM+KAvzMg4qWKIOKGlTkKCiAgICvLnSBhCgogICAw4oC/MeKAvzIgKyAz4oC/NOKAvzUgKyA24oC/N+KAvzg=">↗️</a><pre> <span class='Value'>a</span> <span class='Gets'>←</span> <span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>3</span> <span class='Function'>⥊</span> <span class='Function'>↕</span><span class='Number'>9</span> diff --git a/help/insert.md b/help/insert.md index 79642d39..0acfb575 100644 --- a/help/insert.md +++ b/help/insert.md @@ -1,6 +1,6 @@ *View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/insert.html).* -# Acute Accent (`˝`) +# Double Acute Accent (`˝`) ## `𝔽˝ 𝕩`: Insert |
