From 4dac4328e6c1da096981074160e9ff1621fba20b Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 5 Oct 2015 21:57:04 -0700 Subject: [PATCH] Minor whitespace nit in `toPath` doc example. --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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