From: Schalk Neethling Date: Tue, 14 Jun 2011 20:01:50 +0000 (-0400) Subject: Landing pull request 378. Comment typo in core.js. X-Git-Tag: 1.6.2rc1~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8a532d15757f8c3ba491ae14d024e353de6b4c7f;p=jquery.git Landing pull request 378. Comment typo in core.js. More Details: - https://github.com/jquery/jquery/pull/378 --- diff --git a/src/core.js b/src/core.js index 2c27bf7cc..ab0d9f7b5 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;