From f52fdc8546eb683c73cc076e737c1db4cee4d66b Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Fri, 18 Sep 2020 11:32:59 -0600 Subject: [PATCH] Update docs/src/integrations/exchange.md Co-authored-by: Tyera Eulberg --- docs/src/integrations/exchange.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/integrations/exchange.md b/docs/src/integrations/exchange.md index 7732829eb5..5a2cc3a8b6 100644 --- a/docs/src/integrations/exchange.md +++ b/docs/src/integrations/exchange.md @@ -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.