summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-26 15:44:33 +0200
committermo8it <mo8it@proton.me>2024-06-26 15:44:33 +0200
commitc46d8bdf95c9a2025ee943feb208102a94b25ee6 (patch)
treeefb79459b51a73a9ce26fd8a01e8fe9f4f3d9dee /rustlings-macros/info.toml
parent050a23ce6763fedf0906cd1c04b76888aae12f7d (diff)
errors3 solution
Diffstat (limited to 'rustlings-macros/info.toml')
-rw-r--r--rustlings-macros/info.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 2a4a24e..74cb79d 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -675,8 +675,8 @@ If other functions can return a `Result`, why shouldn't `main`? It's a fairly
common convention to return something like `Result<(), ErrorType>` from your
`main` function.
-The unit (`()`) type is there because nothing is really needed in terms of
-positive results."""
+The unit type `()` is there because nothing is really needed in terms of a
+positive result."""
[[exercises]]
name = "errors4"