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 e7eef3dce..743597298 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -2129,7 +2129,7 @@ Notice that @array[4] and @array[5] won't be copied to the second array, and it
---------------------------------------
-*deletearray <array name>[<first value>],<how much to delete>
+*deletearray <array name>[<first value>],<how much to delete>;
This command will delete a specified number of array elements totally from an
array, shifting all the elements beyond this towards the beginning.