mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
Spellchecking
This commit is contained in:
parent
940976acbb
commit
3127654b41
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ var World = {};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new world composite. The options parameter is an object that specifies any properties you wish to override the defaults.
|
* Creates a new world composite. The options parameter is an object that specifies any properties you wish to override the defaults.
|
||||||
* See the properites section below for detailed information on what you can pass via the `options` object.
|
* See the properties section below for detailed information on what you can pass via the `options` object.
|
||||||
* @method create
|
* @method create
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param {} options
|
* @param {} options
|
||||||
|
|
Loading…
Reference in a new issue