summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-07-27 19:07:22 +0000
committerbors <bors@rust-lang.org>2019-07-27 19:07:22 +0000
commite696a0719087aef9754ded25e71aa8d912503036 (patch)
treefd65318ff87b11579d272ba3a1a1b8291955d663
parent1890b0019ddeb1002a56e0597f77cd36632cb48e (diff)
parente0db987441b3eabf4cf840264c48c4de1e367f1c (diff)
Auto merge of #201 - zdzc:patch-1, r=komaeda
docs: Fix wrong title fix #200
-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.