mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix typo in earlier strcspn patch
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338016 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
08b561c718
commit
7e3e160e1b
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
</para>
|
||||
<para>
|
||||
If <parameter>start</parameter> is given and is negative,
|
||||
then <function>strspn</function> will begin
|
||||
then <function>strcspn</function> will begin
|
||||
examining <parameter>subject</parameter> at
|
||||
the <parameter>start</parameter>'th position from the end
|
||||
of <parameter>subject</parameter>.
|
||||
|
|
Loading…
Reference in a new issue