Skip to content

Commit

Permalink
docs: fix typo in docs (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Arra <tarra3@gmail.com>
  • Loading branch information
wolfenrain and tomarra authored Dec 21, 2023
1 parent d02c7fa commit f94c0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/collision-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MyEntityCollisionBehavior extends CollisionBehavior<MyCollidingEntity, MyP
}
}
class MyParentEntity extends Entity {O
class MyParentEntity extends Entity {
MyParentEntity() : super(
behaviors: [
PropagatingCollisionBehavior(RectangleHitbox()),
Expand Down

0 comments on commit f94c0e0

Please sign in to comment.