summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-01 22:09:48 +0200
committermo8it <mo8it@proton.me>2024-07-01 22:09:48 +0200
commitcddaf4881ea5a03e6deebfa9ec949347e1c2d025 (patch)
tree897629b7da84dd3b82b086757bded201ce689444 /rustlings-macros
parent428d64ffa01415826e421e00f59f63a77884b923 (diff)
from_into 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 fce5e5a..b848e0e 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -1174,7 +1174,7 @@ Use the `as` operator to cast one of the operands in the last line of the
name = "from_into"
dir = "23_conversions"
hint = """
-Follow the steps provided right before the `From` implementation"""
+Follow the steps provided right before the `From` implementation."""
[[exercises]]
name = "from_str"