Skip to content

Commit 25ab2a3

Browse files
committed
Update JSDoc
This might need fixing later, I don't know if I did it right.
1 parent 10a46b7 commit 25ab2a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/body/Composite.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ var Composite = {};
302302
* Removes all bodies, constraints and composites from the given composite
303303
* Optionally clearing its children recursively
304304
* @method clear
305-
* @param {world} world
305+
* @param {composite} composite
306306
* @param {boolean} keepStatic
307307
* @param {boolean} [deep=false]
308308
*/
@@ -643,4 +643,4 @@ var Composite = {};
643643
* @default []
644644
*/
645645

646-
})();
646+
})();

0 commit comments

Comments
 (0)