diff --git a/reference/strings/functions/strspn.xml b/reference/strings/functions/strspn.xml index d264978558..f24b9a3519 100644 --- a/reference/strings/functions/strspn.xml +++ b/reference/strings/functions/strspn.xml @@ -108,7 +108,7 @@ $var = strspn("42 is the answer to the 128th question.", "1234567890"); position. - If lengthis given and is negative, + If length is given and is negative, then subject will be examined from the starting position up to length characters from the end of subject.