Skip to content

Commit

Permalink
Satisfy the spellchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
kantp committed Jul 17, 2024
1 parent 4c38e83 commit ab1a60d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@ minted/burned, and `BalanceChangeEvent` is emitted when a transaction takes toke
addresses, and sends them to others.

[!NOTE] Note that `MintEvent`, `BurnEvent`, and `BalanceChangeEvent` events can be emitted with
`amount = 0`. If you want to track "true" mintings/burnings/transfers (for example, to maintain a
list of depositors), you will need to filter for non-zero values of `amount`.
`amount = 0`. If you want to track "true" mints/burns/transfers (for example, to maintain a list of
depositors), you will need to filter for non-zero values of `amount`.
1 change: 1 addition & 0 deletions words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ struct
typecheck
yzhang
zkapp
Lightnet

0 comments on commit ab1a60d

Please sign in to comment.