Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Sep 18, 2020
1 parent fb43723 commit 853ae36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/go/contracts/contracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func FungibleToken() []byte {
return ftcontracts.FungibleToken()
}

// FlowToken returns the FlowToken contract. importing the
// FlowToken returns the FlowToken contract.
//
// The returned contract will import the FungibleToken contract from the specified address.
func FlowToken(fungibleTokenAddr string) []byte {
Expand Down

0 comments on commit 853ae36

Please sign in to comment.