summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-19 14:25:29 +0200
committermo8it <mo8it@proton.me>2024-06-19 14:25:29 +0200
commit0abcdeed42957ca805a3a7475fb3f14085af346e (patch)
treead41929b904983d40d9027c98577be51b6b87e16 /rustlings-macros
parent532c9ebb30afa226590e68e87af11da42b598974 (diff)
primitive_types6 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 e5f5877..cd85dcc 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -296,7 +296,7 @@ While you could use a destructuring `let` for the tuple here, try
indexing into it instead, as explained in the last example of the
'Data Types -> The Tuple Type' section of the book:
https://doc.rust-lang.org/book/ch03-02-data-types.html#the-tuple-type
-Now you have another tool in your toolbox!"""
+Now, you have another tool in your toolbox!"""
# VECS