summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
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 313ba6f..e5f5877 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -286,7 +286,7 @@ Particularly the part about destructuring (second to last example in the
section).
You'll need to make a pattern to bind `name` and `age` to the appropriate parts
-of the tuple. You can do it!!"""
+of the tuple."""
[[exercises]]
name = "primitive_types6"