Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed Apr 4, 2024
1 parent d41d34f commit df94d10
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 @@ -904,7 +904,7 @@ impl ERC721 {
/// * `&mut self` - Write access to the contract's state.
/// * `owner` - Account the token's owner.
/// * `operator` - Account to add to the set of authorized operators.
/// * `approved` - Whether or not permission will be granted. If true, this means `operator` will be allowed to manage `owner`'s assets.
/// * `approved` - Whether permission will be granted. If true, this means `operator` will be allowed to manage `owner`'s assets.
///
/// # Errors
///
Expand Down

0 comments on commit df94d10

Please sign in to comment.