fix: typo in RateLimited.sol (#3561)

make codespell happy again
pull/3564/head
Paul Balaji 8 months ago committed by GitHub
parent 526d27db04
commit 0cc48e1643
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      solidity/contracts/libs/RateLimited.sol

@ -72,7 +72,7 @@ contract RateLimited is OwnableUpgradeable {
/** /**
* Sets the refill rate by giving a capacity * Sets the refill rate by giving a capacity
* @param _capacity new maxiumum capacity to set * @param _capacity new maximum capacity to set
*/ */
function setRefillRate( function setRefillRate(
uint256 _capacity uint256 _capacity

Loading…
Cancel
Save