Skip to content

Commit 1999deb

Browse files
authored
fix typo in contacts doc
1 parent 0260089 commit 1999deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/contacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ world.on('end-contact', function(contact) {
146146
world.on('pre-solve', function(contact, oldManifold) {
147147
/* handle pre-solve event */
148148
});
149-
world.on('pre-solve', function(contact, contactImpulse) {
149+
world.on('post-solve', function(contact, contactImpulse) {
150150
/* handle post-solve event */
151151
});
152152
```

0 commit comments

Comments
 (0)