diff options
| author | Will Hack <18036720+willhack@users.noreply.github.com> | 2023-07-03 14:20:38 -0400 |
|---|---|---|
| committer | Will Hack <18036720+willhack@users.noreply.github.com> | 2023-07-03 14:20:38 -0400 |
| commit | 0ab781c7a7e5240f86033a5c9d242ef5aca391aa (patch) | |
| tree | 1edd85b0a50421161e5bdc9de52b0faf1192fb7f /info.toml | |
| parent | b99c7b8c37b7f95d450ad3fa5461a9398c0f7819 (diff) | |
chore: remove line reference from strings2 hint
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -438,8 +438,8 @@ path = "exercises/strings/strings2.rs" mode = "compile" hint = """ Yes, it would be really easy to fix this by just changing the value bound to `word` to be a -string slice instead of a `String`, wouldn't it?? There is a way to add one character to line -12, though, that will coerce the `String` into a string slice. +string slice instead of a `String`, wouldn't it?? There is a way to add one character to the +if statement, though, that will coerce the `String` into a string slice. Side note: If you're interested in learning about how this kind of reference conversion works, you can jump ahead in the book and read this part in the smart pointers chapter: https://doc.rust-lang.org/stable/book/ch15-02-deref.html#implicit-deref-coercions-with-functions-and-methods""" |
