From a91ff83a75a9b51fc80a3911eab90ffb6d36e971 Mon Sep 17 00:00:00 2001 From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Tue, 14 May 2024 10:53:34 +0200 Subject: [PATCH] Link directly to `String` type. --- book/src/03_ticket_v1/02_validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/03_ticket_v1/02_validation.md b/book/src/03_ticket_v1/02_validation.md index 866dd2c..7af7a1f 100644 --- a/book/src/03_ticket_v1/02_validation.md +++ b/book/src/03_ticket_v1/02_validation.md @@ -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! \ No newline at end of file -- 2.45.2