Skip to content

Commit

Permalink
🥢 Comment nit
Browse files Browse the repository at this point in the history
🥢 Comment nit
  • Loading branch information
z0r0z committed Jun 21, 2023
1 parent 7ac736f commit e52b433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Keep.sol
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ contract Keep is ERC1155TokenReceiver, KeepToken, Multicallable {
}

/// @dev Access control check for ID key balance holders.
/// Initalizes with `address(this)` having implicit permission
/// Initializes with `address(this)` having implicit permission
/// without writing to storage by checking `totalSupply()` is zero.
/// Otherwise, this permission can be set to additional accounts,
/// including retaining `address(this)`, via `mint()`.
Expand Down

0 comments on commit e52b433

Please sign in to comment.