Skip to content

Commit

Permalink
Merge pull request onbloc#10 from wwqiu/main
Browse files Browse the repository at this point in the history
fix spelling mistake
  • Loading branch information
dongwon8247 authored Feb 22, 2023
2 parents 8665604 + b32405d commit 1e681ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-a-realm/realm-examples/foo721.gno.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func TransferFrom(from, to users.AddressOrName, tid grc721.TokenID) {
Other functions are defined in the grc721 specification, each with the following roles.

* `BalanceOf`: Returns the number of NFTs owned by an address.
* `OwnerOf`: Chekcs the owner address of a token, specified by its `id`.
* `OwnerOf`: Checks the owner address of a token, specified by its `id`.
* `IsApprovedForAll`: Checks if all tokens of the `owner` has been approved for the `operator`.
* `GetApproved`: Checks the address of the operator that's been approved of a token, specified by its `id`.
* `Approve`: Approves a token owned by the `caller` to [a ](#user-content-fn-1)[^1]user. The token is specified by its `id`.
Expand Down

0 comments on commit 1e681ec

Please sign in to comment.