Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Merlin Egalite <44097430+MerlinEgalite@users.noreply.github.com>
  • Loading branch information
MerlinEgalite authored Oct 16, 2024
1 parent 7420d9a commit c6c8340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ERC20DelegatesUpgradeable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ abstract contract ERC20DelegatesUpgradeable is
/// Emits a {IDelegates-DelegateVotesChanged} event.
function _update(address from, address to, uint256 value) internal virtual override {
super._update(from, to, value);
// No check of supply cap here like in OZ implementation has MORPHO has a 1B total supply cap.
// No check of supply cap here like in OZ implementation as MORPHO has a 1B total supply cap.
_transferVotingUnits(from, to, value);
}
}

0 comments on commit c6c8340

Please sign in to comment.