Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Add title of file to example (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jul 29, 2022
1 parent 43ffe21 commit b9b4def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/write-a-contract.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ only if a feature is enabled, with `export_if = "[feature-name]"`.

Putting those pieces together a simple contract will look like this.

```rust
```rust title="src/lib.rs"
#![no_std]
use soroban_sdk::{contractimpl, vec, Env, Symbol, Vec};

Expand Down

0 comments on commit b9b4def

Please sign in to comment.