summaryrefslogtreecommitdiff
path: root/exercises/structs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/structs/README.md')
-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.