diff --git a/index.html b/index.html index 289bbb520..3f9d59c88 100644 --- a/index.html +++ b/index.html @@ -1152,8 +1152,9 @@ _([1, 2, 3]).value();

1.0.4
- Andri Möll contributed the _.memoize function, which can be - used to speed up expensive repeated computations by caching the results. + Andri Möll contributed the _.memoize + function, which can be used to speed up expensive repeated computations + by caching the results.

@@ -1248,7 +1249,8 @@ _([1, 2, 3]).value(); 0.5.1
Added an _.isArguments function. Lots of little safety checks and optimizations contributed by - Noah Sloan and Andri Möll. + Noah Sloan and + Andri Möll.