Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/docs/tokens/extensions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description:

The Token Extensions Program (Token 2022) provides additional features through
additional instructions referred to as extensions. Extensions are optional
functionality that can be added to a token mint or token account.You can find
functionality that can be added to a token mint or token account. You can find
the implementation of these extension instructions in the Token Extensions
Program
[source code](https://github.com/solana-program/token-2022/tree/main/program/src/extension).
Expand Down
Loading