Whitespace nits in docs. [ci skip]

This commit is contained in:
jdalton
2015-02-15 22:40:42 -08:00
parent fa0086404d
commit 249504b7d6

View File

@@ -10638,6 +10638,7 @@
*
* var object = { 'user': 'fred' };
* var getter = _.constant(object);
*
* getter() === object;
* // => true
*/
@@ -10658,6 +10659,7 @@
* @example
*
* var object = { 'user': 'fred' };
*
* _.identity(object) === object;
* // => true
*/