summaryrefslogtreecommitdiff
path: root/exercises/structs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/structs/README.md')
-rw-r--r--exercises/structs/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/structs/README.md b/exercises/structs/README.md
index 72e0061..58e5a6a 100644
--- a/exercises/structs/README.md
+++ b/exercises/structs/README.md
@@ -5,3 +5,4 @@ Rust has three struct types: a classic C struct, a tuple struct, and a unit stru
#### Book Sections
- [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)