Skip to content

Commit

Permalink
Fix typo (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Nov 21, 2024
1 parent 420a34a commit a895a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/8.4/languages/zh.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'new_without_parentheses_description' => '现在可以在不使用括号包装 <code>new</code> 表达式的情况下访问新实例化对象的属性和方法。',

'new_classes_title' => '新的类、接口和函数',
'new_jit_implementation' => '基于 IR 框架的新 JIT 实现.',
'new_jit_implementation' => '基于 IR 框架的新 JIT 实现',
'new_core_functions' => '新增 <code>request_parse_body()</code> 函数。',
'new_bcmath_functions' => '新增 <code>bcceil()</code>、<code>bcdivmod()</code>、<code>bcfloor()</code> 和 <code>bcround()</code> 函数。',
'new_round_modes' => '新增 <code>RoundingMode</code> 枚举用于 <code>round()</code>,包括 4 个新的舍入模式 <code>TowardsZero</code>、<code>AwayFromZero</code>、<code>NegativeInfinity</code> 和 <code>PositiveInfinity</code>。',
Expand Down

0 comments on commit a895a42

Please sign in to comment.