From 8ea4537b9554565a9ee6345f2576e0e5f3866451 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Wed, 23 Mar 2022 22:14:38 +0100 Subject: [PATCH] Update lib/game/components/pathway.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- lib/game/components/pathway.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/pathway.dart b/lib/game/components/pathway.dart index 0fb67f72..35f24135 100644 --- a/lib/game/components/pathway.dart +++ b/lib/game/components/pathway.dart @@ -146,7 +146,7 @@ class Pathway extends BodyComponent with InitialPosition, Layered { /// Creates an ellipse [Pathway]. /// - /// Does so with two [ChainShape] separated by a [width]. Can + /// Does so with two [ChainShape]s separated by a [width]. Can /// be rotated by a given [rotation] in radians. /// /// If [singleWall] is true, just one [ChainShape] is created.