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.