From 83894820d7e25fd008c80c11955788453a7d9d3e Mon Sep 17 00:00:00 2001 From: Munsterlander Date: Sat, 29 Jul 2023 11:51:16 -0700 Subject: [PATCH] Update packages/flame/lib/src/game/game.dart Co-authored-by: Lukas Klingsbo --- packages/flame/lib/src/game/game.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flame/lib/src/game/game.dart b/packages/flame/lib/src/game/game.dart index 91e38b3a546..46e183301c9 100644 --- a/packages/flame/lib/src/game/game.dart +++ b/packages/flame/lib/src/game/game.dart @@ -210,7 +210,7 @@ abstract mixin class Game { /// Called when the game is about to be removed from the Flutter widget tree, /// but before it is actually removed. See the docs for an example on how to - /// cleanup children to avoid memory leaks. + /// do cleanups to avoid memory leaks. void onRemove() {} /// Called after the game has left the widget tree.