Skip to content

Commit 7d56a22

Browse files
authored
Merge pull request #397 from alexhrao/master
Fix typo in dropck documentation
2 parents 960d610 + 641e541 commit 7d56a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ fn main() {
250250
inspector: None,
251251
days: Box::new(1),
252252
};
253-
world.inspector = Some(Inspector(&world.days, "gatget"));
253+
world.inspector = Some(Inspector(&world.days, "gadget"));
254254
}
255255
```
256256

0 commit comments

Comments
 (0)