Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keyleu committed Nov 7, 2023
1 parent a13a5d2 commit 913c20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/contracts/modules/authz/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fn execute_transfer(
.add_message(msg))
}

// The contract must have been granted authorization to send the NFT before execution of it will fail.
// The contract must have been granted authorization to send the NFT before execution or it will fail.
// We will send the NFT to the contract to be able to sell it when someone provides the price.
fn offer_nft(
deps: DepsMut,
Expand Down

0 comments on commit 913c20f

Please sign in to comment.