Skip to content

Commit

Permalink
Fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cristovaoth committed Sep 18, 2023
1 parent e6c2beb commit 6a7fb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm/contracts/Types.sol
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ struct Role {
/// @notice The order of members in the `Allowance` struct is significant; members updated during accrual (`balance` and `timestamp`) should be stored in the same word.
/// @custom:member refill Amount added to balance after each period elapses.
/// @custom:member maxBalance Maximum allowable accumulated allowance. Refill stops when unused allowance reaches this value.
/// @custom:member perdio Duration, in seconds, before a refill occurs. If set to 0, the allowance is for one-time use and won't be replenished.
/// @custom:member period Duration, in seconds, before a refill occurs. If set to 0, the allowance is for one-time use and won't be replenished.
/// @custom:member balance Remaining allowance available for use. Decreases with usage and increases after each refill by the specified refill amount.
/// @custom:member timestamp Timestamp when the last refill occurred.
struct Allowance {
Expand Down

0 comments on commit 6a7fb90

Please sign in to comment.