Skip to content

Commit 6067766

Browse files
authored
Update rust.md (jaywcjlove#296)
1 parent 3cec40c commit 6067766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ let p = Point { x: 10, y: 11 };
180180
let px: i32 = p.x;
181181
```
182182

183-
#### 元祖结构体
183+
#### 元组结构体
184184

185185
```rust
186186
struct Color (i32, i32, i32);

0 commit comments

Comments
 (0)