diff --git a/src/core.js b/src/core.js index 9b1bb6257..d445a8f05 100644 --- a/src/core.js +++ b/src/core.js @@ -468,7 +468,7 @@ jQuery.extend({ isArray = isArraylike( elems ), ret = []; - // Go through the array, translating each of the items to their + // Go through the array, translating each of the items to their new values if ( isArray ) { for ( ; i < length; i++ ) { value = callback( elems[ i ], i, arg );