You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-08-08 16:26:35 +02:00
Update zh-CN.po (修正25.5 impl Trait中形参实参使用错误) (#1448)
25.5 impl Trait中, “与特征边界类似,impl Trait 语法可以在函数实参 和返回值中使用” 更正为 “与特征边界类似,impl Trait 语法可以在函数形参 和返回值中使用”
This commit is contained in:
@ -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 ""
|
||||
|
Reference in New Issue
Block a user