chore: capitalize `c` letter
By capitalizing the `c` letter it makes clear that we're talking about the C programming language.
This commit is contained in:
parent
0d894e6ff7
commit
3df094713f
|
@ -1,6 +1,6 @@
|
||||||
### Structs
|
### 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
|
#### Book Sections
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue