Skip to content

Commit e9b951e

Browse files
committed
fix typo
1 parent dd176a5 commit e9b951e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

underbar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const map = function(obj, callback=identity) {
5555
return results;
5656
};
5757

58-
// Return an array of the values o a certain property in the collection.
58+
// Return an array of the values of a certain property in the collection.
5959
// E.g. given an array of people objects, return an array of just their ages.
6060
const pluck = function(obj, key) {
6161
return map(obj, item => item[key]);

0 commit comments

Comments
 (0)