Fixed property name

This commit is contained in:
Richard Davey 2020-01-15 12:12:28 +00:00
parent b46776a2c0
commit 22d5c7a69e

2
types/matter.d.ts vendored
View file

@ -1264,7 +1264,7 @@ declare namespace MatterJS {
* @type vector
* @default { x: 0, y: 0 }
*/
pointA: Vector;
pointB: Vector;
/**
* A `Number` that specifies the target resting length of the constraint.