From f997a17c8965c9cfa9a19e932666348695712332 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Wed, 28 Oct 2009 22:30:52 -0400 Subject: [PATCH] docs typo fix --- underscore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/underscore.js b/underscore.js index 7b48ab101..30990a84e 100644 --- a/underscore.js +++ b/underscore.js @@ -2,7 +2,7 @@ // (c) 2009 Jeremy Ashkenas, DocumentCloud Inc. // Underscore is freely distributable under the terms of the MIT license. // Portions of Underscore are inspired by or borrowed from Prototype.js, -// Oliver Steele's Functional, And John Resig's Micro-Templating. +// Oliver Steele's Functional, and John Resig's Micro-Templating. // For all details and documentation: // http://documentcloud.github.com/underscore/