diff --git a/reference/strings/functions/substr.xml b/reference/strings/functions/substr.xml
index 4ea2624391..ec1ccb9ada 100644
--- a/reference/strings/functions/substr.xml
+++ b/reference/strings/functions/substr.xml
@@ -92,7 +92,7 @@ $rest = substr("abcdef", -3, 1); // returns "d"
If length is omitted, the substring starting from
- start until the end of the string will be
+ start until the end of the string will be
returned.