Explorar o código

Variable typo (bugreport:8722)

Akkarinage %!s(int64=11) %!d(string=hai) anos
pai
achega
6e5545274e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/script_commands.txt

+ 1 - 1
doc/script_commands.txt

@@ -1231,7 +1231,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".
 
 ---------------------------------------