Skip to content

Commit

Permalink
Merge pull request rust-lang#1199 from skaunov/patch-1
Browse files Browse the repository at this point in the history
Add link to `std` in `strings3` hint
  • Loading branch information
shadows-withal authored Sep 15, 2022
2 parents b85b8de + 3028d13 commit 56b5211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ path = "exercises/strings/strings3.rs"
mode = "test"
hint = """
There's tons of useful standard library functions for strings. Let's try and use some of
them!
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 the string
slice into an owned string, which you can then freely extend."""
Expand Down

0 comments on commit 56b5211

Please sign in to comment.