Skip to content

Commit

Permalink
style: update natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kulkarohan committed Jun 27, 2023
1 parent 1f9ea9f commit 1add7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ERC721Drop.sol
Original file line number Diff line number Diff line change
Expand Up @@ -466,10 +466,10 @@ contract ERC721Drop is
return _handlePurchase(msg.sender, quantity, comment);
}

/// @notice Purchase a quantity of tokens to a specified recipient, with a comment
/// @notice Purchase a quantity of tokens to a specified recipient, with an optional comment
/// @param recipient recipient of the tokens
/// @param quantity quantity to purchase
/// @param comment comment to include in the IERC721Drop.Sale event
/// @param comment optional comment to include in the IERC721Drop.Sale event (leave blank for no comment)
/// @return tokenId of the first token minted
function purchaseWithRecipient(address recipient, uint256 quantity, string calldata comment)
external
Expand Down

0 comments on commit 1add7b8

Please sign in to comment.