mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 12:17:55 -05:00
Fixed typoooo.
This commit is contained in:
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
@@ -1571,7 +1571,7 @@ jQuery.extend({
|
||||
* @name $.merge
|
||||
* @type Array
|
||||
* @param Array first The first array to merge, the unique elements of second added.
|
||||
* @param Array second The second array to merge into the first, unalterd.
|
||||
* @param Array second The second array to merge into the first, unaltered.
|
||||
* @cat JavaScript
|
||||
*/
|
||||
merge: function(first, second) {
|
||||
|
||||
Reference in New Issue
Block a user