Skip to content

Commit a08283c

Browse files
authored
Update README.md
1 parent e9980b6 commit a08283c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ pub struct Struct {
139139
}
140140

141141
fn main() {
142-
// Use `4` instaed of `Some(4)`
142+
// Use `4` instead of `Some(4)`
143143
Struct::builder().x(4).build();
144144
}
145145
```

0 commit comments

Comments
 (0)