diff --git a/releases/8.4/languages/zh.php b/releases/8.4/languages/zh.php
index 32b91d14b4..9c3712eb16 100644
--- a/releases/8.4/languages/zh.php
+++ b/releases/8.4/languages/zh.php
@@ -27,7 +27,7 @@
'new_without_parentheses_description' => '现在可以在不使用括号包装 new
表达式的情况下访问新实例化对象的属性和方法。',
'new_classes_title' => '新的类、接口和函数',
- 'new_jit_implementation' => '基于 IR 框架的新 JIT 实现.',
+ 'new_jit_implementation' => '基于 IR 框架的新 JIT 实现。',
'new_core_functions' => '新增 request_parse_body()
函数。',
'new_bcmath_functions' => '新增 bcceil()
、bcdivmod()
、bcfloor()
和 bcround()
函数。',
'new_round_modes' => '新增 RoundingMode
枚举用于 round()
,包括 4 个新的舍入模式 TowardsZero
、AwayFromZero
、NegativeInfinity
和 PositiveInfinity
。',