1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-15 04:52:43 +02:00

Update translation in src/basic-syntax/type-inference.md

* Add newlines inside translation at src/basic-syntax/type-inference.md:28
This commit is contained in:
Eventide
2023-06-12 22:54:27 +08:00
parent 30238e852a
commit 5119474c1c

View File

@@ -3641,8 +3641,8 @@ msgid ""
"to the explicit declaration of a type.\n" "to the explicit declaration of a type.\n"
"The compiler does the job for us and helps us write more concise code." "The compiler does the job for us and helps us write more concise code."
msgstr "" msgstr ""
"需要重点强调的是这样声明的变量并非像那种动态类型语言中可以持有任何数据的“任何类型”。" "需要重点强调的是这样声明的变量并非像那种动态类型语言中可以持有\n"
"这种声明所生成的机器码与明确类型声明完全相同。" "任何数据的“任何类型”。这种声明所生成的机器码与明确类型声明完全相同。\n"
"编译器进行类型推导能够让我们编写更简略的代码。" "编译器进行类型推导能够让我们编写更简略的代码。"
#: src/basic-syntax/type-inference.md:32 #: src/basic-syntax/type-inference.md:32