summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-22 12:22:24 +0200
committermo8it <mo8it@proton.me>2024-06-22 12:22:24 +0200
commit613ec23f84d49078ed2e63c6111b7cf30ee764d6 (patch)
treea174b744e540fbb982391dbd2ac68bded3c29194 /rustlings-macros/info.toml
parentf574905b8e7d3b9320b2cb3a4c18e2039c9a771f (diff)
strings 3 solution
Diffstat (limited to 'rustlings-macros/info.toml')
-rw-r--r--rustlings-macros/info.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 82206fc..618fc91 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -499,7 +499,8 @@ https://doc.rust-lang.org/stable/book/ch15-02-deref.html#implicit-deref-coercion
name = "strings3"
dir = "09_strings"
hint = """
-There's tons of useful standard library functions for strings. Let's try and use some of them:
+There are many useful standard library functions for strings. Let's try and use
+some of them:
https://doc.rust-lang.org/std/string/struct.String.html#method.trim
For the `compose_me` method: You can either use the `format!` macro, or convert