From eca085a9d93deab4cc58e8ab7f9304f26f3fe84f Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Thu, 29 Oct 2009 14:58:50 -0400 Subject: [PATCH] typo --- test/utility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utility.js b/test/utility.js index e40755be5..b58844294 100644 --- a/test/utility.js +++ b/test/utility.js @@ -12,7 +12,7 @@ $(document).ready(function() { test("utility: identity", function() { var moe = {name : 'moe'}; - equals(_.identity(moe), moe, 'moe is the same has his identity'); + equals(_.identity(moe), moe, 'moe is the same as his identity'); }); test("utility: uniqueId", function() {