]> source.dussan.org Git - jquery.git/commitdiff
Landing pull request 378. Comment typo in core.js.
authorSchalk Neethling <schalk@ossreleasefeed.com>
Tue, 14 Jun 2011 20:01:50 +0000 (16:01 -0400)
committertimmywil <tim.willison@thisismedium.com>
Tue, 14 Jun 2011 20:01:50 +0000 (16:01 -0400)
More Details:
 - https://github.com/jquery/jquery/pull/378

src/core.js

index 2c27bf7cc25ae79a9d8f7c4e7458ee4c1e0f3b70..ab0d9f7b56edd7bb32c3ac0985f57d0c2eb96f69 100644 (file)
@@ -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;