summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-29 02:07:56 +0200
committermo8it <mo8it@proton.me>2024-06-29 02:07:56 +0200
commit663a03a17b2d2001f4f3f35a59cd2e2aa5f2bb24 (patch)
treedab06e44808ceadad0615f0e6106fd2b8dfd4929 /rustlings-macros/info.toml
parenta943f5ba32412cf5b8fdd8665c1082ecab3ec545 (diff)
cow1 solution
Diffstat (limited to 'rustlings-macros/info.toml')
-rw-r--r--rustlings-macros/info.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 23b6181..cacdad9 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -1020,11 +1020,11 @@ https://doc.rust-lang.org/stable/book/ch16-00-concurrency.html"""
name = "cow1"
dir = "19_smart_pointers"
hint = """
-If `Cow` already owns the data it doesn't need to clone it when `to_mut()` is
+If `Cow` already owns the data, it doesn't need to clone it when `to_mut()` is
called.
-Check out https://doc.rust-lang.org/std/borrow/enum.Cow.html for documentation
-on the `Cow` type."""
+Check out the documentation of the `Cow` type:
+https://doc.rust-lang.org/std/borrow/enum.Cow.html"""
# THREADS