Update 'src/lib.rs'

This commit is contained in:
gallant 2023-03-28 12:05:38 -05:00
parent d4f64615b6
commit bf4dbf6e5a

View file

@ -737,7 +737,7 @@ impl Game {
///Run this within the game loop
///```
///# use cat_box::Game;
///let game = Game::new("wacky game", 1000, 1000);
///# let game = Game::new("wacky game", 1000, 1000);
///# game.run(|ctx| {
/// if game.step() >= 1000
/// {