diff options
author | Dominik D. Geyer <dominik.geyer@gmail.com> | 2012-04-07 10:13:55 +0300 |
---|---|---|
committer | Dominik D. Geyer <dominik.geyer@gmail.com> | 2012-04-07 10:13:55 +0300 |
commit | fccfeefb1036ac70f565c2f54b55a14fca528d57 (patch) | |
tree | e35343a252d755f9c5b8295a77f9e8ad5ff27e12 | |
parent | a29d482894a844724f4386f2fed0edf9cf70c069 (diff) | |
download | jquery-fccfeefb1036ac70f565c2f54b55a14fca528d57.tar.gz jquery-fccfeefb1036ac70f565c2f54b55a14fca528d57.zip |
Fixed/adjusted source comment of function access()
-rw-r--r-- | src/core.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, |