Commit accd33f1 by github-actions

Transpile 07ab7e44

parent 322d9670
...@@ -325,7 +325,7 @@ contract ERC20Upgradeable is Initializable, ContextUpgradeable, IERC20Upgradeabl ...@@ -325,7 +325,7 @@ contract ERC20Upgradeable is Initializable, ContextUpgradeable, IERC20Upgradeabl
} }
/** /**
* @dev Spend `amount` form the allowance of `owner` toward `spender`. * @dev Updates `owner` s allowance for `spender` based on spent `amount`.
* *
* Does not update the allowance amount in case of infinite allowance. * Does not update the allowance amount in case of infinite allowance.
* Revert if not enough allowance is available. * Revert if not enough allowance is available.
......
...@@ -511,7 +511,7 @@ contract ERC777Upgradeable is Initializable, ContextUpgradeable, IERC777Upgradea ...@@ -511,7 +511,7 @@ contract ERC777Upgradeable is Initializable, ContextUpgradeable, IERC777Upgradea
} }
/** /**
* @dev Spend `amount` form the allowance of `owner` toward `spender`. * @dev Updates `owner` s allowance for `spender` based on spent `amount`.
* *
* Does not update the allowance amount in case of infinite allowance. * Does not update the allowance amount in case of infinite allowance.
* Revert if not enough allowance is available. * Revert if not enough allowance is available.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment