Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var explorerDataEn = {
'name': 'map',
'link_name': 'map',
'desc': 'calls the given block once for each element in the array. Returns the original array, whose values have been replaced by the values returned by the block',
'text': 'nums = [4, 5, 6] #=> [4, 5, 6]<br>nums.each{|x| x+10} #=> [14, 15, 16]'
'text': 'nums = [4, 5, 6] #=> [4, 5, 6]<br>nums.map{|x| x+10} #=> [14, 15, 16]'
}
},
'sort': {
Expand Down