1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-14 14:10:05 +02:00

Update zh-CN.po (修正25.5 impl Trait中形参实参使用错误) (#1448)

25.5 impl Trait中,
“与特征边界类似,impl Trait 语法可以在函数实参 和返回值中使用”
更正为
“与特征边界类似,impl Trait 语法可以在函数形参 和返回值中使用”
This commit is contained in:
JChaooo 2023-11-07 12:46:05 +08:00 committed by GitHub
parent 2827063fda
commit f78ecd317b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9161,7 +9161,7 @@ msgstr "`impl Trait`"
msgid ""
"Similar to trait bounds, an `impl Trait` syntax can be used in function "
"arguments and return values:"
msgstr "与特征边界类似,`impl Trait` 语法可以在函数参 和返回值中使用:"
msgstr "与特征边界类似,`impl Trait` 语法可以在函数参 和返回值中使用:"
#: src/traits/impl-trait.md:6
msgid ""