Skip to content

Commit 45ba201

Browse files
MarisaKirisameNaupio Z.Y. Huang
authored andcommitted
let结构->let解构 (#395)
1 parent 113a764 commit 45ba201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quickstart/primitive-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fn main() {
5353
浮点类型:
5454
> 1f32 1f64
5555
56-
## let结构
56+
## let解构
5757
为什么在 Rust 里面声明一个变量的时候要采用 let 绑定表达式?
5858
那是因为 let 绑定表达式的表达能力更强,而且 let 表达式实际上是一种模式匹配。
5959

0 commit comments

Comments
 (0)