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/build/smart-contracts/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For a comprehensive introduction to Stellar smart contracts, view the [Smart Con

Write your first smart contract on Stellar using the [Getting Started Guide](./getting-started/setup.mdx).

## Rust on Stellar
## Developing Smart Contracts

Stellar smart contracts have several characteristics (such as resource limits, security considerations, and more) that force contracts to use only a narrow subset of the full Rust language and must use specialized libraries for most tasks.

Expand Down