Skip to content

Commit

Permalink
fix prettier lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYJLiu authored Dec 7, 2023
1 parent 39d38e5 commit 14a18db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/guides/token-2022/non-transferable.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ possible to create tokens that cannot be transferred. While tokens cannot be
transferred, the owner can still burn tokens and close the Token Account. This
prevents users from being "stuck" with an unwanted asset.

In this guide, we'll walk through an example of creating "soul-bound" tokens with
the `NonTransferable` extension using Solana Playground. Here is the
In this guide, we'll walk through an example of creating "soul-bound" tokens
with the `NonTransferable` extension using Solana Playground. Here is the
[final script](https://beta.solpg.io/6570c54bfb53fa325bfd0c4d).

## Getting Started
Expand Down

0 comments on commit 14a18db

Please sign in to comment.