From b0e2a7a4d769c50713dfdb5e261029cbe09c8d76 Mon Sep 17 00:00:00 2001 From: Henri Fontana Date: Sat, 20 Jan 2024 14:52:48 -0800 Subject: [PATCH] Fix file format --- po/zh-CN.po | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/po/zh-CN.po b/po/zh-CN.po index 732a6839a38c..3129071903ef 100644 --- a/po/zh-CN.po +++ b/po/zh-CN.po @@ -7088,8 +7088,8 @@ msgid "" "GC has a runtime cost and is difficult to tune properly." msgstr "" "Java、Go 和 Python 依赖垃圾回收器来识别无法再访问的内存并将其舍弃。这保证可对" -"所有指针进行解引用操作,从而消除了释放后使用等各类 bug。但是,垃圾回收 (GC) 会" -"产生运行时成本,并且很难进行适当调优。" +"所有指针进行解引用操作,从而消除了释放后使用等各类 bug。但是,垃圾回收 (GC) " +"会产生运行时成本,并且很难进行适当调优。" #: src/memory-management/approaches.md:41 msgid "" @@ -8679,7 +8679,9 @@ msgstr "" msgid "" "What remains for you is to implement the `parse_field` function and the " "`ProtoMessage` trait for `Person` and `PhoneNumber`." -msgstr "您要做的是实现 `parse_field` 函数,以及`Person` 和 `PhoneNumber`的特征`ProtoMessage`。" +msgstr "" +"您要做的是实现 `parse_field` 函数,以及`Person` 和 `PhoneNumber`的特征" +"`ProtoMessage`。" #: src/slices-and-lifetimes/exercise.md:49 #: src/slices-and-lifetimes/solution.md:11