Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel authored Apr 5, 2024
1 parent 82b4173 commit 5f2ab13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/erc721/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sol! {

/// Indicates a failure with the token `sender`. Used in transfers.
///
/// * `sender` - An address whose token being transferred.
/// * `sender` - An address whose token is being transferred.
#[derive(Debug)]
error ERC721InvalidSender(address sender);

Expand Down

0 comments on commit 5f2ab13

Please sign in to comment.