Skip to content

Commit fb98168

Browse files
committed
Fix up php#278: apply skipped EN-Revision 9fb67f09452eb6e7ba256ba890506334227b0f75
1 parent 7c8c27a commit fb98168

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

reference/intl/numberformatter-constants.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,9 +802,9 @@
802802
</listitem>
803803
</varlistentry>
804804

805-
<varlistentry xml:id="numberformatter.constants.round-towards-zero">
805+
<varlistentry xml:id="numberformatter.constants.round-toward-zero">
806806
<term>
807-
<constant>NumberFormatter::ROUND_TOWARDS_ZERO</constant>
807+
<constant>NumberFormatter::ROUND_TOWARD_ZERO</constant>
808808
</term>
809809
<listitem>
810810
<simpara><constant>NumberFormatter::ROUND_DOWN</constant> &Alias;</simpara>

reference/intl/numberformatter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<modifier>public</modifier>
162162
<modifier>const</modifier>
163163
<type>int</type>
164-
<varname linkend="numberformatter.constants.round-towards-zero">NumberFormatter::ROUND_TOWARDS_ZERO</varname>
164+
<varname linkend="numberformatter.constants.round-toward-zero">NumberFormatter::ROUND_TOWARD_ZERO</varname>
165165
</fieldsynopsis>
166166
<fieldsynopsis>
167167
<modifier>public</modifier>

0 commit comments

Comments
 (0)