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:
Rod Elias 2021-03-20 16:52:02 -03:00 committed by GitHub
parent 0d894e6ff7
commit eab819921a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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