summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
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"