Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
`beginnning` => `beginning`
  • Loading branch information
c9n authored and isfedorov committed Jun 18, 2023
1 parent c3394be commit 8a355b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/standard_1.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function strtolower(string $string): string {}
* the beginning of the string. Unlike {@see strrpos()} and {@see strripos()}, the offset cannot be negative.
* </p>
* @return int<0,max>|false <p>
* Returns the position where the needle exists relative to the beginnning of
* Returns the position where the needle exists relative to the beginning of
* the <b>haystack</b> string (independent of search direction
* or offset).
* Also note that string positions start at 0, and not 1.
Expand Down

0 comments on commit 8a355b5

Please sign in to comment.