From 39627f9a6f90d48be20ca1449fe03e1699b48173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Cuesta=20Ca=C3=B1ada?= Date: Mon, 27 Jan 2020 14:58:56 +0000 Subject: [PATCH] Fixed comment. --- contracts/utils/EnumerableSet.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/utils/EnumerableSet.sol b/contracts/utils/EnumerableSet.sol index 6798a30df..eb9329cd1 100644 --- a/contracts/utils/EnumerableSet.sol +++ b/contracts/utils/EnumerableSet.sol @@ -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