Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed May 25, 2015
1 parent 3f728b0 commit 669330f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion underscore.js
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@
}
};

// Internal pick helper function to determine if `obj` has key `key.
// Internal pick helper function to determine if `obj` has key `key`.
var keyInObj = function(value, key, obj) {
return key in obj;
};
Expand Down

0 comments on commit 669330f

Please sign in to comment.