Skip to content

Commit

Permalink
Fixed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
alcueca committed Jan 27, 2020
1 parent 67468e4 commit 39627f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/utils/EnumerableSet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ library EnumerableSet {
/**
* @dev Returns an array with all values in the set. O(N).
* Note that there are no guarantees on the ordering of values inside the
* array, and it may change when more values are added or removed.
* array, and it may change when values are removed.
*/
function enumerate(AddressSet storage set)
internal
Expand Down

0 comments on commit 39627f9

Please sign in to comment.