Minor whitespace nit in toPath doc example.

This commit is contained in:
John-David Dalton
2015-10-05 21:57:04 -07:00
parent f7a857744f
commit 4dac4328e6

View File

@@ -12336,7 +12336,7 @@
* newPath = _.toPath(path);
*
* console.log(newPath);
* // => ['a', 'b', 'c']
* // => ['a', 'b', 'c']
*
* console.log(path === newPath);
* // => false