diff --git a/matter/matter.d.ts b/matter/matter.d.ts index cc9384703..61a10fa02 100644 --- a/matter/matter.d.ts +++ b/matter/matter.d.ts @@ -1343,7 +1343,7 @@ declare module Matter * @param path * @returns vertices */ - static fromPath ( path ):Array; + static fromPath ( path:string ):Array; /** * Returns the moment of inertia (second moment of area) of the set of vertices given the total mass.