Skip to content

Commit

Permalink
fix(logic): typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jan 19, 2023
1 parent c60a9d9 commit d098256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/logic/predicate/bank.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
//
// where:
// - Account represents the account address (in Bech32 format).
// - Coins represents the balances of the account as a list of pairs of coin denomination and amount.
// - Balances represents the balances of the account as a list of pairs of coin denomination and amount.
//
// Example:
//
Expand Down Expand Up @@ -80,7 +80,7 @@ func BankBalances(vm *engine.VM, account, balances engine.Term, cont engine.Cont
//
// where:
// - Account represents the account address (in Bech32 format).
// - Coins represents the spendable coins of the account as a list of pairs of coin denomination and amount.
// - Balances represents the spendable coins of the account as a list of pairs of coin denomination and amount.
//
// Example:
//
Expand Down

0 comments on commit d098256

Please sign in to comment.