Skip to content

Commit 917a5cf

Browse files
arthurvrRedWolves
authored andcommitted
using-jquery-core/iterating: code styling changes
Closes jquerygh-607
1 parent 3eaa8f8 commit 917a5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/using-jquery-core/iterating.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ $( "li" ).map( function( index, element ) {
266266
return element.id;
267267
}).get();
268268
269-
// Also returns ["a", "b", "c"]
269+
// Also returns [ "a", "b", "c" ]
270270
// Note that the value comes first with $.map
271271
$.map( arr, function( value, index ) {
272272
return value.id;

0 commit comments

Comments
 (0)