summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-29 01:20:59 +0200
committermo8it <mo8it@proton.me>2024-06-29 01:20:59 +0200
commitf3842aa746aa77a3fdf0f699951cde0d49f042c4 (patch)
tree60c7293857e72bade7ab6ed4512a87a96a2a026e /rustlings-macros
parent61c7eaed6251fb8a28b00ea97b22d1f1b778a72b (diff)
rc1 solution
Diffstat (limited to 'rustlings-macros')
-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 744ad08..5b3f781 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -993,11 +993,11 @@ of the `Sun`.
After using `drop()` to move the `Planet`s out of scope individually, the
reference count goes down.
-In the end the `Sun` only has one reference again, to itself.
+In the end, the `Sun` only has one reference again, to itself.
See more at: https://doc.rust-lang.org/book/ch15-04-rc.html
-* Unfortunately Pluto is no longer considered a planet :("""
+Unfortunately, Pluto is no longer considered a planet :("""
[[exercises]]
name = "arc1"