diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index feb71e41..5b2d7469 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1977,7 +1977,8 @@ jQuery.extend({ * @example $.map( [0,1,2], function(i){ * return [ i, i + 1 ]; * }); - * @result [0, 1, 1, 2, 2, 3] * + * @result [0, 1, 1, 2, 2, 3] + * * @name $.map * @type Array * @param Array array The Array to translate.