summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Elias <rodiney@gmail.com>2021-03-20 17:12:49 -0300
committerGitHub <noreply@github.com>2021-03-20 21:12:49 +0100
commit3df094713f4546745d4a9ea75cd75cba62473067 (patch)
tree17bc2691098fda32db8ba22523be8836f253aa55
parent0d894e6ff739943901e1ae8c904582e5c2f843bd (diff)
chore: capitalize `c` letter
By capitalizing the `c` letter it makes clear that we're talking about the C programming language.
-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