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.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 1404d57ac..7029b9b72 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -1,4 +1,4 @@
-//===== Athena Doc ========================================
+//===== Athena Doc ========================================
//= rAthena Script Commands
//===== Description =======================================
//= A reference manual for the rAthena scripting language.
@@ -6685,7 +6685,7 @@ The first letter is position 0.
Example:
- charisupper("eAthena", 1); //returns 1
+ charisupper("rAthena", 1); //returns 1
---------------------------------------