Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Nov 9, 2019
1 parent 862a136 commit ab16d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unexpected-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}

function isProximityLessThan(a, b) {
// keys are lready ordered
// keys are already ordered
var aKeys = Object.keys(a);
var bKeys = Object.keys(b);

Expand Down

0 comments on commit ab16d83

Please sign in to comment.