diff --git a/funcs/func_strings.c b/funcs/func_strings.c index dc11a6b1cd..5efc2e70a4 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""