From 03d7f7a15a5f7886385fece3164eb7dfedcee303 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 24 Oct 2013 07:42:20 -0200 Subject: replacestr documentation fix From c3cedcbf40a5408aafbac960363fe35f1909cbcf Closes #169 Signed-off-by: shennetsind --- doc/script_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/script_commands.txt') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 4f7509a70..9969ff1a8 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -7426,7 +7426,7 @@ in the count parameter. Example: replacestr("testing tester", "test", "dash"); //returns "dashing dasher" replacestr("Donkey", "don", "mon", 0); //returns "monkey" - replacestr("test test test test test", "yay", 0, 3); //returns "yay yay yay test test" + replacestr("test test test test test", "test", "yay", 0, 3); //returns "yay yay yay test test" --------------------------------------- -- cgit v1.2.3-60-g2f50