summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-21 22:54:00 +0200
committermo8it <mo8it@proton.me>2024-06-21 22:54:00 +0200
commitd6fd251a73f2abd96662b09b32f718021568675c (patch)
tree5951619e2f7800dfc44ece54e0fbb7b792251047 /rustlings-macros
parent1264510fc04de85efc0e2caf17aaa85354b6bffd (diff)
structs3 solution
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 08bbd74..7535b68 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -434,7 +434,7 @@ the places it goes through right?
For `get_fees`: This method takes an additional argument, is there a field in
the `Package` struct that this relates to?
-Have a look in The Book, to find out more about method implementations:
+Have a look in The Book to find out more about method implementations:
https://doc.rust-lang.org/book/ch05-03-method-syntax.html"""
# ENUMS