Skip to content

Commit 3df0947

Browse files
authored
chore: capitalize c letter
By capitalizing the `c` letter it makes clear that we're talking about the C programming language.
1 parent 0d894e6 commit 3df0947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/structs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Structs
22

3-
Rust has three struct types: a classic c struct, a tuple struct, and a unit struct.
3+
Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.
44

55
#### Book Sections
66

0 commit comments

Comments
 (0)