diff --git a/po/zh-CN.po b/po/zh-CN.po index 03492e3b..230ade88 100644 --- a/po/zh-CN.po +++ b/po/zh-CN.po @@ -3104,7 +3104,7 @@ msgid "" "- Add a `Rectangle::new_square(width: u32)` constructor to illustrate that\n" " constructors can take arbitrary parameters." msgstr "" -"- 新增一个 `Rectangle::new` 构造器并在 `main` 函数中调用它:\n" +"- 新增一个 `Rectangle::new` 构造函数并在 `main` 函数中调用它:\n" "\n" " ```rust,editable,compile_fail\n" " fn new(width: u32, height: u32) -> Rectangle {\n" @@ -3112,7 +3112,7 @@ msgstr "" " }\n" " ```\n" "\n" -"- 新增一个 `Rectangle::new_square(width: u32)` 构造器来说明构造器可以接受任意参数。" +"- 新增一个 `Rectangle::new_square(width: u32)` 构造函数来说明构造函数可以接受任意参数。" #: src/basic-syntax/functions-interlude.md:1 msgid "# Function Overloading"