Add code markup to a number of code-oriented things in a line

This commit is contained in:
Dave Pearson
2022-10-13 14:35:39 +01:00
parent 45db071bb5
commit d6a2c88713

View File

@@ -435,7 +435,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 a "timers" ID.
- The `Container` object in `StopWatchApp` grew a `"timers"` ID.
- Added `action_add_stopwatch` to add a new stopwatch.
- Added `action_remove_stopwatch` to remove a stopwatch.
- Added keybindings for the actions.