Skip to content

Commit

Permalink
Update docs/guides/nft.md
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Santos <[email protected]>
  • Loading branch information
chasefleming and gregsantos authored Oct 18, 2023
1 parent 97dc695 commit 1e7bfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/nft.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ import "NonFungibleToken"
pub contract FooBar: NonFungibleToken {
pub event ContractInitialized()
pub event ContractInitialized()
pub event Withdraw(id: UInt64, from: Address?)
pub event Deposit(id: UInt64, to: Address?)
Expand Down

0 comments on commit 1e7bfd1

Please sign in to comment.