fixed(?) docs

This commit is contained in:
gallant 2023-03-28 11:44:51 -05:00
parent c23e28af0e
commit d4f64615b6

View file

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