Skip to content

Commit 641e541

Browse files
authored
Fix typo in dropck documentation
This fixes `gatget` to say `gadget`
1 parent 960d610 commit 641e541

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)