Merge pull request #397 from alexhrao/master

Fix typo in dropck documentation
pull/398/head
Eric Huss 2 years ago committed by GitHub
commit 7d56a22eed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -250,7 +250,7 @@ fn main() {
inspector: None, inspector: None,
days: Box::new(1), days: Box::new(1),
}; };
world.inspector = Some(Inspector(&world.days, "gatget")); world.inspector = Some(Inspector(&world.days, "gadget"));
} }
``` ```

Loading…
Cancel
Save