Auto merge of #201 - zdzc:patch-1, r=komaeda

docs: Fix wrong title

fix #200
This commit is contained in:
bors 2019-07-27 19:07:22 +00:00
commit e696a07190
1 changed files with 1 additions and 1 deletions

View File

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