Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Jan 28, 2025
1 parent 5dd7190 commit 3cddacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/token/src/erc20/extensions/erc4626/erc4626.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ pub mod ERC4626Component {
Option::None
}

/// The max deposit allowed.
/// The max mint allowed.
/// Defaults (`Option::None`) to 2 ** 256 - 1.
fn mint_limit(
self: @ComponentState<TContractState>, receiver: ContractAddress,
Expand All @@ -199,7 +199,7 @@ pub mod ERC4626Component {
Option::None
}

/// The max deposit allowed.
/// The max redeem allowed.
/// Defaults (`Option::None`) to the full asset balance of `owner`.
fn redeem_limit(
self: @ComponentState<TContractState>, owner: ContractAddress,
Expand Down

0 comments on commit 3cddacf

Please sign in to comment.