From 467f123fc07c11d3e68b744d91dc18dbf6ccb483 Mon Sep 17 00:00:00 2001 From: alestiago Date: Wed, 16 Mar 2022 11:25:21 +0000 Subject: [PATCH] docs: fixed typo in comment --- lib/game/components/board.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/board.dart b/lib/game/components/board.dart index e447286d..a5bcc3fa 100644 --- a/lib/game/components/board.dart +++ b/lib/game/components/board.dart @@ -51,7 +51,7 @@ class _FlutterForest extends Component { @override Future onLoad() async { // TODO(alestiago): adjust positioning once sprites are added. - // TODO(alestiago): Use [NestBumper] instead of [RoundBumpet] once provided. + // TODO(alestiago): Use [NestBumper] instead of [RoundBumper] once provided. final smallLeftNest = RoundBumper( position: position + Vector2(-4.8, 2.8), radius: 1,