summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 50f5d5dfe..cfa32b31b 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -2164,7 +2164,7 @@ If there is no such party ID, "null" will be returned.
Lets say the ID of a party was saved as a global variable:
// This would return the name of the party from the ID stored in a variable
- mes "You're in the '"+getpartyname($@var)"' party, I know!";
+ mes "You're in the '"+getpartyname($@var)+"' party, I know!";
---------------------------------------