Skip to content

Commit ab9fa3b

Browse files
authored
Merge pull request #6 from donjuanplatinum/donjuanplatinum-patch-1
修正primitive_types5.rs中翻译错误
2 parents d81c544 + 760791b commit ab9fa3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/primitive_types/primitive_types5.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// primitive_types5.rs
2-
// 结构 `cat` 元组,使 println 可以正常工作。
2+
// 解构 `cat` 元组,使 println 可以正常工作。
33
// Destructure the `cat` tuple so that the println will work.
44
// 执行 `rustlings hint primitive_types5` 或在观察模式下使用 `hint` 子命令来获取提示。
55

0 commit comments

Comments
 (0)