Skip to content

Commit

Permalink
docs: use generic ERC-20 when referring to tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Nov 19, 2024
1 parent a7abc28 commit b748068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/finance/vesting_wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ pub trait IVestingWallet {
fn releasable_eth(&self) -> U256;

/// Getter for the amount of releasable `token` tokens. `token` should be
/// the address of an [`crate::token::erc20::Erc20`] contract.
/// the address of an ERC-20 contract.
///
/// # Arguments
///
Expand Down

0 comments on commit b748068

Please sign in to comment.