summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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