Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWhiteWu committed Jan 18, 2023
1 parent a57fd9f commit 6afe3f5
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 @@ -200,7 +200,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 6afe3f5

Please sign in to comment.