diff options
| author | Andre Pratama <andrepratamap@gmail.com> | 2019-07-27 22:14:48 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-27 22:14:48 +0700 |
| commit | e0db987441b3eabf4cf840264c48c4de1e367f1c (patch) | |
| tree | fd65318ff87b11579d272ba3a1a1b8291955d663 /exercises/structs/README.md | |
| parent | 1890b0019ddeb1002a56e0597f77cd36632cb48e (diff) | |
docs: Fix wrong title
fix #200
Diffstat (limited to 'exercises/structs/README.md')
| -rw-r--r-- | exercises/structs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/structs/README.md b/exercises/structs/README.md index f400d09..afbc72c 100644 --- a/exercises/structs/README.md +++ b/exercises/structs/README.md @@ -1,4 +1,4 @@ -### Strings +### Structs Rust has three struct types: a classic c struct, a tuple struct, and a unit struct. |
