diff --git a/functions/pcre.xml b/functions/pcre.xml
index 95c39dd01f..d9a2df890a 100644
--- a/functions/pcre.xml
+++ b/functions/pcre.xml
@@ -477,7 +477,7 @@ $text = preg_replace ($search, $replace, $document);
If flags is PREG_SPLIT_NO_EMPTY then only
- non-empty pieces will be by preg_split.
+ non-empty pieces will be returned by preg_split.