Skip to content

Commit

Permalink
Fix file format
Browse files Browse the repository at this point in the history
  • Loading branch information
henrif75 committed Jan 20, 2024
1 parent f230465 commit b0e2a7a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions po/zh-CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b0e2a7a

Please sign in to comment.