From e0db987441b3eabf4cf840264c48c4de1e367f1c Mon Sep 17 00:00:00 2001 From: Andre Pratama Date: Sat, 27 Jul 2019 22:14:48 +0700 Subject: [PATCH] docs: Fix wrong title fix #200 --- exercises/structs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/structs/README.md b/exercises/structs/README.md index f400d09..afbc72c 100644 --- a/exercises/structs/README.md +++ b/exercises/structs/README.md @@ -1,4 +1,4 @@ -### Strings +### Structs Rust has three struct types: a classic c struct, a tuple struct, and a unit struct.