Browse Source

grammar fix (#3782)

robriks 2 năm trước cách đây
mục cha
commit
f99bc4e0cf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      contracts/governance/TimelockController.sol

+ 1 - 1
contracts/governance/TimelockController.sol

@@ -258,7 +258,7 @@ contract TimelockController is AccessControl, IERC721Receiver, IERC1155Receiver
     }
 
     /**
-     * @dev Schedule an operation that is to becomes valid after a given delay.
+     * @dev Schedule an operation that is to become valid after a given delay.
      */
     function _schedule(bytes32 id, uint256 delay) private {
         require(!isOperation(id), "TimelockController: operation already scheduled");