Skip to content

Commit ef856ef

Browse files
authored
Fix typo(#1097)
1 parent 16bff09 commit ef856ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tokens/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Assets issued on the Stellar network are accessible to smart contracts with the
3838

3939
### Stellar Asset Contract
4040

41-
The Stellar Asset Contract (SAC) is compiled into the protocol layer and allows smart contracts to interact with assets issued on Stellar. An instance of the SAC can be deployed for every Stellar asset by anyone who wants to interact with the asset from a contract. The SAC has access to all account balances (for XLM) and trustline balances (for all other assets) balances as well as smart contract token balances.
41+
The Stellar Asset Contract (SAC) is compiled into the protocol layer and allows smart contracts to interact with assets issued on Stellar. An instance of the SAC can be deployed for every Stellar asset by anyone who wants to interact with the asset from a contract. The SAC has access to all account balances (for XLM) and trustline balances (for all other assets) as well as smart contract token balances.
4242

4343
Read more about the SAC [here][sac].
4444

0 commit comments

Comments
 (0)