Skip to content

Commit

Permalink
Update rust.md (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmyu committed Feb 11, 2023
1 parent 3cec40c commit 6067766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ let p = Point { x: 10, y: 11 };
let px: i32 = p.x;
```

#### 元祖结构体
#### 元组结构体

```rust
struct Color (i32, i32, i32);
Expand Down

0 comments on commit 6067766

Please sign in to comment.