From 8e5b804d6e35bff084b97c3cad58002a586b5948 Mon Sep 17 00:00:00 2001 From: sapics Date: Sat, 3 Dec 2016 17:31:27 +0900 Subject: [PATCH] Fix typo in comment --- src/path/PathItem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path/PathItem.js b/src/path/PathItem.js index 1de2b798..557c36af 100644 --- a/src/path/PathItem.js +++ b/src/path/PathItem.js @@ -770,7 +770,7 @@ var PathItem = Item.extend(/** @lends PathItem# */{ * @function * * @param {PathItem} path the path to compare this path's geometry with - * @return {Boolean} {@true if two paths describe the shame shape} + * @return {Boolean} {@true if two paths describe the same shape} */ compare: function(path) { var ok = false;