Update docs/src/integrations/exchange.md

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
This commit is contained in:
Trent Nelson 2020-09-18 11:32:59 -06:00 committed by mergify[bot]
parent 11a8abe3bf
commit f52fdc8546
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ few differences which will be discussed in this section.
### Token Mints
Each *type* of SPL Token is declared by creating a *mint* account. This account
stores metadata describing token features like the supply, number of decimals and
stores metadata describing token features like the supply, number of decimals, and
various authorities with control over the mint. Each SPL Token account references
its associated mint and may only interact with SPL Tokens of that type.