Skip to content

Commit

Permalink
Merge pull request #397 from alexhrao/master
Browse files Browse the repository at this point in the history
Fix typo in dropck documentation
  • Loading branch information
ehuss authored Jan 17, 2023
2 parents 960d610 + 641e541 commit 7d56a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dropck.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ fn main() {
inspector: None,
days: Box::new(1),
};
world.inspector = Some(Inspector(&world.days, "gatget"));
world.inspector = Some(Inspector(&world.days, "gadget"));
}
```

Expand Down

0 comments on commit 7d56a22

Please sign in to comment.