Skip to content

Commit 1a5fde5

Browse files
committed
Fix typo
1 parent 321fe88 commit 1a5fde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.INTERNALS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES
4949
modification of an object property).
5050

5151
e. The zend_parse_parameters 'L' specifier and the Z_PARAM_STRICT_LONG()
52-
family of macros have been removed. Use 'l' and Z_PARAM_LONG() insead,
52+
family of macros have been removed. Use 'l' and Z_PARAM_LONG() instead,
5353
which, despite the confusing name, actually have stricter input validation.
5454

5555
========================

0 commit comments

Comments
 (0)