diff --git a/reference/strings/functions/str-replace.xml b/reference/strings/functions/str-replace.xml index c91baab62f..76f8e87900 100644 --- a/reference/strings/functions/str-replace.xml +++ b/reference/strings/functions/str-replace.xml @@ -1,5 +1,5 @@ - + @@ -56,9 +56,10 @@ replace has fewer values than search, then an empty string is used for the rest of replacement values. If search - is an array and replace is a string; then + is an array and replace is a string, then this replacement string is used for every value of - search. + search. The converse would not make sense, + though.