Fixed comment.

This commit is contained in:
Alberto Cuesta Cañada
2020-01-27 14:58:56 +00:00
parent 67468e464b
commit 39627f9a6f

View File

@ -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