Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwpez authored Dec 21, 2023
1 parent 70ef5a7 commit e9980b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pub struct Struct {
}

fn main() {
// Use `4` of `Some(4)`
// Use `4` instaed of `Some(4)`
Struct::builder().x(4).build();
}
```
Expand Down

0 comments on commit e9980b6

Please sign in to comment.