From 659ec2c16c35f4582f4221e4756d6ba1b7d0b953 Mon Sep 17 00:00:00 2001
From: Jeremy Ashkenas
Date: Tue, 18 Jan 2011 16:46:17 -0500
Subject: [PATCH] fixing Underscore.string link to new maintainer.
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index f4fe5c4f0..8eb5fce71 100644
--- a/index.html
+++ b/index.html
@@ -1156,7 +1156,7 @@ _([1, 2, 3]).value();
- Underscore.strings,
+ Underscore.string,
an Underscore extension that adds functions for string-manipulation:
trim, startsWith, contains, capitalize,
reverse, sprintf, and more.