diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml index e69834ac..9f6616b7 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -498,7 +498,11 @@ 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 -the string slice into an owned string, which you can then freely extend.""" +the string slice into an owned string, which you can then freely extend. + +For the `replace_me` method: You can reference: +https://doc.rust-lang.org/std/string/struct.String.html#method.replace +""" [[exercises]] name = "strings4"