Skip to content

Commit 8ec08f5

Browse files
committed
small padding issue
1 parent d1de281 commit 8ec08f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geometry/interaction_groups.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
/// // Enemy collider: in group 2, collides with group 1
4141
/// let enemy_groups = InteractionGroups::new(
4242
/// Group::GROUP_2, // I am in group 2
43-
/// Group::GROUP_1, // I collide with group 1
43+
/// Group::GROUP_1, // I collide with group 1
4444
/// InteractionTestMode::And
4545
/// );
4646
///

0 commit comments

Comments
 (0)