Skip to content

Commit 43329e8

Browse files
committed
[ci skip] Fix typo
1 parent c7095bd commit 43329e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Standard:
327327
. Passing a non-string needle to string search functions is deprecated. In the
328328
future the needle will be interpreted as a string instead of an ASCII codepoint.
329329
Depending on the intended behavior, you should either explicitly cast the
330-
needle to string or perform an explicit call to ord(). The following functions
330+
needle to string or perform an explicit call to chr(). The following functions
331331
are affected:
332332
. strpos()
333333
. strrpos()

0 commit comments

Comments
 (0)