From 481915364534465778e6071685f84bea8355916d Mon Sep 17 00:00:00 2001 From: alestiago Date: Sat, 30 Apr 2022 12:07:08 +0100 Subject: [PATCH] docs: fixed typo --- packages/pinball_flame/lib/src/contact_behavior.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pinball_flame/lib/src/contact_behavior.dart b/packages/pinball_flame/lib/src/contact_behavior.dart index e0c988ab..ff715b12 100644 --- a/packages/pinball_flame/lib/src/contact_behavior.dart +++ b/packages/pinball_flame/lib/src/contact_behavior.dart @@ -5,7 +5,7 @@ import 'package:pinball_flame/pinball_flame.dart'; /// Appends a new [ContactCallbacks] to the parent. /// /// This is a convenience class for adding a [ContactCallbacks] to the parent. -/// In constrast with just assigning a [ContactCallbacks] to a userData, this +/// In contrast with just assigning a [ContactCallbacks] to a userData, this /// class respects the previous userData. /// /// It does so by grouping the userData in a [_UserData], and resetting the