Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbe1 authored and davidiw committed Aug 6, 2022
1 parent d71aa9a commit 8acc2ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ struct CoinStore has key {
Instead prefer the approach that stores the coins in an account:
```rust
struct CoinStore has key {
coins: Coin,
coin: Coin,
}
```

Expand Down

0 comments on commit 8acc2ee

Please sign in to comment.