Minor lodash doc nit. [ci skip]

This commit is contained in:
John-David Dalton
2014-12-10 23:14:52 -08:00
parent 3558eef66b
commit 94fd20e864

View File

@@ -1018,7 +1018,7 @@
* Methods that operate on and return arrays, collections, and functions can
* be chained together. Methods that return a boolean or single value will
* automatically end the chain returning the unwrapped value. Explicit chaining
* may be enabled by using `_.chain`. The execution of chained methods is lazy,
* may be enabled using `_.chain`. The execution of chained methods is lazy,
* that is, execution is deferred until `_#value` is implicitly or explicitly
* called.
*