summaryrefslogtreecommitdiff
path: root/exercises/structs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/structs')
-rw-r--r--exercises/structs/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/structs/README.md b/exercises/structs/README.md
index 58e5a6a..3fc1fdc 100644
--- a/exercises/structs/README.md
+++ b/exercises/structs/README.md
@@ -1,8 +1,8 @@
-### Structs
+# Structs
Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.
-#### Book Sections
+## Further information
- [Structures](https://doc.rust-lang.org/book/ch05-01-defining-structs.html)
- [Method Syntax](https://doc.rust-lang.org/book/ch05-03-method-syntax.html)