From d4f64615b60f1bb8a8a92aaee9134a7c30085d4c Mon Sep 17 00:00:00 2001 From: gallant Date: Tue, 28 Mar 2023 11:44:51 -0500 Subject: [PATCH] fixed(?) docs --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 5fd0ad4..37def73 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 /// {