Fix typo in comment

This commit is contained in:
sapics 2016-12-03 17:31:27 +09:00
parent 4281800585
commit 8e5b804d6e

View file

@ -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;