diff options
Diffstat (limited to 'docs/help/comment.html')
| -rw-r--r-- | docs/help/comment.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/comment.html b/docs/help/comment.html index 725e4743..5f233682 100644 --- a/docs/help/comment.html +++ b/docs/help/comment.html @@ -6,7 +6,7 @@ <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="number-sign-"><a class="header" href="#number-sign-">Number Sign (<code><span class='Comment'>#</span></code>)</a></h1> <h2 id="-comment"><a class="header" href="#-comment"><code><span class='Comment'>#</span></code>: Comment</a></h2> -<p>Create a comment that extends till the end of a line.</p> +<p>Create a comment that extends to the end of the line.</p> <p>Anything written in comments is ignored.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSArIDIgIyArIDMgKyA0CgoiSGVsbG8gd29ybGQhIiAjIHRoaXMgaXMgaWdub3JlZCE=">↗️</a><pre> <span class='Number'>1</span> <span class='Function'>+</span> <span class='Number'>2</span> <span class='Comment'># + 3 + 4 </span>3 |
