diff --git a/lodash.js b/lodash.js index 8a2088b59..1c732fd45 100644 --- a/lodash.js +++ b/lodash.js @@ -12336,7 +12336,7 @@ * newPath = _.toPath(path); * * console.log(newPath); - * // => ['a', 'b', 'c'] + * // => ['a', 'b', 'c'] * * console.log(path === newPath); * // => false