From 1b10c7ccd946aaa983d678f9aee6da5e0a315686 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sat, 11 Apr 2015 15:58:21 +0530 Subject: Minor typo fix on setd description --- doc/script_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index c3c0f7ab6..f63a4b169 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -1340,7 +1340,7 @@ Examples: setd ".@var$", "Poporing"; mes .@var$; // Displays "Poporing". - setd ".@" + $var$ + "123$", "Poporing is cool"; + setd ".@" + .@var$ + "123$", "Poporing is cool"; mes .@Poporing123$; // Displays "Poporing is cool". --------------------------------------- -- cgit v1.2.3-70-g09d2