summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authorAndre Pratama <andrepratamap@gmail.com>2019-07-27 22:14:48 +0700
committerGitHub <noreply@github.com>2019-07-27 22:14:48 +0700
commite0db987441b3eabf4cf840264c48c4de1e367f1c (patch)
treefd65318ff87b11579d272ba3a1a1b8291955d663 /exercises
parent1890b0019ddeb1002a56e0597f77cd36632cb48e (diff)
docs: Fix wrong title
fix #200
Diffstat (limited to 'exercises')
-rw-r--r--exercises/structs/README.md2
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.