Skip to content

Commit

Permalink
fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed May 23, 2021
1 parent aa7e674 commit 9505d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/tests/checker/nft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ pub contract TopShot: NonFungibleToken {
}
}
// A Set is a grouping of Plays that have occured in the real world
// A Set is a grouping of Plays that have occurred in the real world
// that make up a related group of collectibles, like sets of baseball
// or Magic cards. A Play can exist in multiple different sets.
//
Expand Down Expand Up @@ -681,7 +681,7 @@ pub contract TopShot: NonFungibleToken {
// deposit takes a Moment and adds it to the Collections dictionary
//
// Paramters: token: the NFT to be deposited in the collection
// Parameters: token: the NFT to be deposited in the collection
//
pub fun deposit(token: @NonFungibleToken.NFT) {
Expand Down

0 comments on commit 9505d86

Please sign in to comment.