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 d2d7dc2..72e0061 100644
--- a/exercises/structs/README.md
+++ b/exercises/structs/README.md
@@ -1,6 +1,6 @@
### Structs
-Rust has three struct types: a classic c struct, a tuple struct, and a unit struct.
+Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.
#### Book Sections