Skip to content

Commit 25d88b9

Browse files
Merge pull request #363 from codeworm96/fix_typo
fix typo in quickstart/primitive-type.md
2 parents bc7aefa + b03a4ad commit 25d88b9

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
@@ -54,7 +54,7 @@ fn main() {
5454
> 1f32 1f64
5555
5656
## let解构
57-
为什么在 Rust 里面生命一个变量的时候要采用 let 绑定表达式?
57+
为什么在 Rust 里面声明一个变量的时候要采用 let 绑定表达式?
5858
那是因为 let 绑定表达式的表达能力更强,而且 let 表达式实际上是一种模式匹配。
5959

6060
**例如:**

0 commit comments

Comments
 (0)