Fix documentation for Shape#toPath()

This commit is contained in:
Alex Lockwood 2017-09-04 11:13:15 -04:00 committed by GitHub
parent b6f9d73af0
commit d51bb3fa31

View file

@ -162,7 +162,7 @@ var Shape = Item.extend(/** @lends Shape# */{
* @param {Boolean} [insert=true] specifies whether the new path should be * @param {Boolean} [insert=true] specifies whether the new path should be
* inserted into the scene graph. When set to `true`, it is inserted * inserted into the scene graph. When set to `true`, it is inserted
* above the shape item * 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 * this shape item
* @see Path#toShape(insert) * @see Path#toShape(insert)
*/ */