From fccfeefb1036ac70f565c2f54b55a14fca528d57 Mon Sep 17 00:00:00 2001 From: "Dominik D. Geyer" Date: Sat, 7 Apr 2012 10:13:55 +0300 Subject: [PATCH] Fixed/adjusted source comment of function access() --- src/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.js b/src/core.js index 9c8314c91..4242903ff 100644 --- a/src/core.js +++ b/src/core.js @@ -801,7 +801,7 @@ jQuery.extend({ return proxy; }, - // Mutifunctional method to get and set values to a collection + // Multifunctional method to get and set values of a collection // The value/s can optionally be executed if it's a function access: function( elems, fn, key, value, chainable, emptyGet, pass ) { var exec, -- 2.39.5