Link directly to `String` type.

This commit is contained in:
LukeMathWalker 2024-05-14 10:53:34 +02:00
parent 90caadf797
commit a91ff83a75
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ We can do better than that!
## Further reading
- Check out [`String`'s documentation](https://doc.rust-lang.org/std/string/index.html)
- Check out [`String`'s documentation](https://doc.rust-lang.org/std/string/struct.String.html)
for a thorough overview of the methods it provides. You'll need it for the exercise!