diff --git a/funcs/func_strings.c b/funcs/func_strings.c index 48fdaa8f61..1bd07d652b 100644 --- a/funcs/func_strings.c +++ b/funcs/func_strings.c @@ -353,7 +353,7 @@ AST_THREADSTORAGE(tmp_buf); - Example: ${QUOTE(ab"c"de)} will return "abcde" + Example: ${QUOTE(ab"c"de)} will return ""ab\"c\"de""