Skip to content

Commit

Permalink
Update src/token/erc20/erc20.cairo
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Fleming <[email protected]>
  • Loading branch information
ericnordelo and andrew-fleming authored May 13, 2024
1 parent 38e349f commit 132745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token/erc20/erc20.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ mod ERC20Component {
/// Transfers an `amount` of tokens from `from` to `to`, or alternatively mints (or burns) if `from` (or `to`) is
/// the zero address.
///
/// NOTe: This function can be extended using the `ERC20HooksTrait`, to add
/// NOTE: This function can be extended using the `ERC20HooksTrait`, to add
/// functionality before and/or after the transfer, mint, or burn.
///
/// Emits a `Transfer` event.
Expand Down

0 comments on commit 132745d

Please sign in to comment.