diff --git a/src/item/Shape.js b/src/item/Shape.js index 53cec0f7b..7f650207d 100644 --- a/src/item/Shape.js +++ b/src/item/Shape.js @@ -521,7 +521,7 @@ statics: new function() { * * @example {@paperscript} * var shape = new Shape.Rectangle({ - * topLeft: [20, 20], + * topLeft: [20, 20], * bottomRight: [80, 80], * radius: 10, * strokeColor: 'black'