summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-09 04:10:30 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-09 04:10:30 +0000
commite71e5ea397faa20817a0ef66a17ef7e2130acba2 (patch)
treed26e3bf850462bd83fce3dab4f3f46fb1a433712
parent1de39fa2ffe2d5b761d0fa15515879da11147bdc (diff)
Update website
-rw-r--r--manual/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/index.html b/manual/index.html
index 3fc52459..6f8d07a7 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -1488,7 +1488,7 @@ the second array's elements from the first array.</p>
<p>These infix operators behave as expected when given two numbers.
Division by zero raises an error. <code>x % y</code> computes x modulo y.</p>
<p>Multiplying a string by a number produces the concatenation of
-that string that many times. <code>"x" * 0</code> produces <strong>null</strong>.</p>
+that string that many times. <code>"x" * 0</code> produces <code>""</code>.</p>
<p>Dividing a string by another splits the first using the second
as separators.</p>
<p>Multiplying two objects will merge them recursively: this works