Skip to content

Commit 760791b

Browse files
Update primitive_types5.rs
1 parent d81c544 commit 760791b

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)