From 8a532d15757f8c3ba491ae14d024e353de6b4c7f Mon Sep 17 00:00:00 2001 From: Schalk Neethling Date: Tue, 14 Jun 2011 16:01:50 -0400 Subject: [PATCH] Landing pull request 378. Comment typo in core.js. More Details: - https://github.com/jquery/jquery/pull/378 --- src/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.js b/src/core.js index 2c27bf7c..ab0d9f7b 100644 --- a/src/core.js +++ b/src/core.js @@ -792,7 +792,7 @@ jQuery.extend({ }, // Mutifunctional method to get and set values to a collection - // The value/s can be optionally by executed if its a function + // The value/s can optionally be executed if it's a function access: function( elems, key, value, exec, fn, pass ) { var length = elems.length;