summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/script_commands.txt')
-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 b10c7aef0..75c731d53 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -406,7 +406,7 @@ Also notice that if you try to 'mes 0x10' it will print '16'.
Number values can't exceed the limits of an integer variable: Any number
greater than INT_MAX (2147483647) or smaller than INT_MIN (-2147483648) will
-not be recognized.
+be capped to those values and will cause a warning to be reported.
Variables
---------