From d51bb3fa318784b5b3b770804545c01537d4068b Mon Sep 17 00:00:00 2001 From: Alex Lockwood Date: Mon, 4 Sep 2017 11:13:15 -0400 Subject: [PATCH] Fix documentation for Shape#toPath() --- src/item/Shape.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item/Shape.js b/src/item/Shape.js index bc26a516..184362a9 100644 --- a/src/item/Shape.js +++ b/src/item/Shape.js @@ -162,7 +162,7 @@ var Shape = Item.extend(/** @lends Shape# */{ * @param {Boolean} [insert=true] specifies whether the new path should be * inserted into the scene graph. When set to `true`, it is inserted * above the shape item - * @return {Shape} the newly created path item with the same geometry as + * @return {Path} the newly created path item with the same geometry as * this shape item * @see Path#toShape(insert) */