diff --git a/index.html b/index.html index 52c967122..12d6958d1 100644 --- a/index.html +++ b/index.html @@ -211,7 +211,7 @@
+
functions_.functions(object)
Alias: methods
@@ -1906,7 +1906,7 @@ _([1, 2, 3]).value();
like so: _([1, 2, 3]).map(...);. Original patch provided by
Marc-André Cournoyer.
Wrapped objects can be chained through multiple
- method invocations. A functions method
+ method invocations. A functions method
was added, providing a sorted list of all the functions in Underscore.