Skip to content

Commit 63bd68a

Browse files
KentarouTakedacweiske
authored andcommitted
Fix duplicated constant name in IntlChar 8.4.0 changelog
The changelog entry lists PROPERTY_ID_COMPAT_MATH_START twice. The second should be PROPERTY_ID_COMPAT_MATH_CONTINUE. See https://www.php.net/manual/en/migration84.constants.php
1 parent cdb9b8a commit 63bd68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/intl/intlchar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10721,7 +10721,7 @@
1072110721
<entry>8.4.0</entry>
1072210722
<entry>
1072310723
Added <constant>IntlChar::PROPERTY_IDS_UNARY_OPERATOR</constant>, <constant>IntlChar::PROPERTY_ID_COMPAT_MATH_START</constant>,
10724-
<constant>IntlChar::PROPERTY_ID_COMPAT_MATH_START</constant>.
10724+
<constant>IntlChar::PROPERTY_ID_COMPAT_MATH_CONTINUE</constant>.
1072510725
</entry>
1072610726
</row>
1072710727
<row>

0 commit comments

Comments
 (0)