1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-19 00:17:42 +02:00

docs: Fix wrong title

fix #200
This commit is contained in:
Andre Pratama
2019-07-27 22:14:48 +07:00
committed by GitHub
parent 1890b0019d
commit e0db987441

View File

@ -1,4 +1,4 @@
### Strings
### Structs
Rust has three struct types: a classic c struct, a tuple struct, and a unit struct.