diff --git a/exercises/structs/README.md b/exercises/structs/README.md
index f400d097..afbc72c8 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.