aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorial/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial/list.html')
-rw-r--r--docs/tutorial/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/list.html b/docs/tutorial/list.html
index 71ad8237..13760cbf 100644
--- a/docs/tutorial/list.html
+++ b/docs/tutorial/list.html
@@ -114,7 +114,7 @@
<h2 id="arithmetic-on-lists">Arithmetic on lists</h2>
<p>Arithmetic functions automatically apply to each element of a list argument. If both arguments are lists, they have to have the same length, and they're matched up one element at a time.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=w7cg4p+oMiwzLDTin6kKCiJBUEwiICsgMQoKIjMxNDE1IiAtICcwJwoKNOKAvzPigL8y4oC/MSDii4YgMeKAvzLigL8z4oC/NA==">↗️</a><pre> <span class='Function'>÷</span> <span class='Bracket'>⟨</span><span class='Number'>2</span><span class='Separator'>,</span><span class='Number'>3</span><span class='Separator'>,</span><span class='Number'>4</span><span class='Bracket'>⟩</span>
-⟨ 0.5 0.333333333333333 0.25 ⟩
+⟨ 0.5 0.3333333333333333 0.25 ⟩
<span class='String'>&quot;APL&quot;</span> <span class='Function'>+</span> <span class='Number'>1</span>
"BQM"