Skip to content

Commit

Permalink
Fixed typoooo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Jan 17, 2007
1 parent 2d32400 commit 6897390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery/jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6897390

Please sign in to comment.