diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-27 22:14:53 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-27 22:14:53 -0500 |
| commit | 708d0d55c550786953adfc90900fd2046d6c91b4 (patch) | |
| tree | 9dc47531a2937a51e1220dbd5175e79a488f77d5 /docs/help/change.html | |
| parent | 9056bc6293710cf8cc418ceb5cded8cd09ba78a4 (diff) | |
Fix character in Change (↩) help page title
Diffstat (limited to 'docs/help/change.html')
| -rw-r--r-- | docs/help/change.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/help/change.html b/docs/help/change.html index 13a162da..9c696aaf 100644 --- a/docs/help/change.html +++ b/docs/help/change.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: Leftwards Arrow With Hook (←)</title> + <title>BQN: Leftwards Arrow With Hook (↩)</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="leftwards-arrow-with-hook-"><a class="header" href="#leftwards-arrow-with-hook-">Leftwards Arrow With Hook (<code><span class='Gets'>←</span></code>)</a></h1> +<h1 id="leftwards-arrow-with-hook-"><a class="header" href="#leftwards-arrow-with-hook-">Leftwards Arrow With Hook (<code><span class='Gets'>↩</span></code>)</a></h1> <h2 id="n--v-change"><a class="header" href="#n--v-change"><code><span class='Value'>n</span> <span class='Gets'>↩</span> <span class='Value'>v</span></code>: Change</a></h2> <p>Changes the value of variable with name <code><span class='Value'>n</span></code> to value <code><span class='Value'>v</span></code>.</p> <p>Variable <code><span class='Value'>n</span></code> must already exist.</p> |
