Simply fixes a typo.

-- 
Provided by anonymous 53037 (tpunt@hotmail.co.uk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335494 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jean-Sebastien Hedde 2014-12-30 13:02:22 +00:00
parent f01797a01e
commit 3f69d9b08b

View file

@ -108,7 +108,7 @@ $var = strspn("42 is the answer to the 128th question.", "1234567890");
position.
</para>
<para>
If <parameter>length</parameter>is given and is negative,
If <parameter>length</parameter> is given and is negative,
then <parameter>subject</parameter> will be examined from the
starting position up to <parameter>length</parameter>
characters from the end of <parameter>subject</parameter>.