Skip to content

Commit

Permalink
fix: typo in basics (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoyang committed Jun 28, 2023
1 parent cc49950 commit b967369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/storing-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Substrate contracts may store types that are encodable and decodable with
[Parity Codec](https://github.com/paritytech/parity-codec) which includes most Rust common data
types such as `bool`, `u{8,16,32,64,128}`, `i{8,16,32,64,128}`, `String`, tuples, and arrays.

Futhermore, ink! provides [substrate](https://substrate.io/) specific types like `AccountId`, `Balance`, and `Hash` to smart contracts as if
Furthermore, ink! provides [substrate](https://substrate.io/) specific types like `AccountId`, `Balance`, and `Hash` to smart contracts as if
they were primitive types.

### String, Vector and More
Expand Down

0 comments on commit b967369

Please sign in to comment.