From bf4dbf6e5a2db3d9c5c6970d697e529a2c608735 Mon Sep 17 00:00:00 2001 From: gallant Date: Tue, 28 Mar 2023 12:05:38 -0500 Subject: [PATCH] Update 'src/lib.rs' --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 37def73..d87f42d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 /// {