summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index aa8698418..10f1601c0 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -638,7 +638,7 @@ even a value from an another array) to get at an array value:
This will make @arrayofnumbers[100] equal to 10.
Notice that index numbering always starts with 0. Arrays can hold over
-4 billion variables.
+2 billion variables.
And array indexes probably can't be negative. Nobody tested what happens
when you try to get a negatively numbered variable from an array, but it's