Skip to content

Commit b010aa8

Browse files
ext/intl/ERROR_CONVENTIONS.md: fix typo (not -> note) [skip ci] (#20696)
1 parent dc045c0 commit b010aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/intl/ERROR_CONVENTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ and `intl_get_error_message()`.
7575
parsing errors), not `NULL`. Constructors and factory methods are the
7676
exception; these should return `NULL`, not `FALSE`.
7777
78-
Not that constructors in Intl generally (always?) don't throws exceptions. They
78+
Note that constructors in Intl generally (always?) don't throws exceptions. They
7979
instead destroy the object to that the result of new `IntlClass()` can be
8080
`NULL`. This may be surprising.
8181

0 commit comments

Comments
 (0)