From 6ac227121c6202424a805eff72dd7e14a61aa90e Mon Sep 17 00:00:00 2001 From: Kim van Wyk Date: Wed, 5 Oct 2022 20:52:15 +0200 Subject: [PATCH] Add timers ID comment --- docs/tutorial.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial.md b/docs/tutorial.md index a6467093a..342967129 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -432,6 +432,7 @@ Let's use these methods to implement adding and removing stopwatches to our app. Here's a summary of the changes: +- The Container object in StopWatchApp grew an ID of "timers" - Added `action_add_stopwatch` to add a new stopwatch. - Added `action_remove_stopwatch` to remove a stopwatch. - Added keybindings for the actions.