Remove extra spaces from jsdoc (#2958)

This commit is contained in:
Roman Gusev
2017-01-27 20:22:58 +06:00
committed by John-David Dalton
parent 3c5b828d7e
commit a0b928dfbb
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import baseSet from './.internal/baseSet.js';
/**
* This method is like `set` except that it accepts `customizer` which is
* invoked to produce the objects of `path`. If `customizer` returns `undefined`
* invoked to produce the objects of `path`. If `customizer` returns `undefined`
* path creation is handled by the method instead. The `customizer` is invoked
* with three arguments: (nsValue, key, nsObject).
*