修正 string 练习URL

pull/1424/head
lqzhgood 4 months ago committed by GitHub
parent 4ec4239a5a
commit 4b367fd6bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -717,7 +717,7 @@ for b in "中国人".bytes() {
> - [习题解答](https://github.com/sunface/rust-by-practice/blob/master/solutions/compound-types/string.md) > - [习题解答](https://github.com/sunface/rust-by-practice/blob/master/solutions/compound-types/string.md)
> - [切片](https://practice-zh.course.rs/compound-types/slice.html) > - [切片](https://practice-zh.course.rs/compound-types/slice.html)
> - [习题解答](https://github.com/sunface/rust-by-practice/blob/master/solutions/compound-types/slice.md) > - [习题解答](https://github.com/sunface/rust-by-practice/blob/master/solutions/compound-types/slice.md)
> - [String](https://practice-zh.course.rs/collections/String.html) > - [String](https://practice-zh.course.rs/collections/string.html)
> - [习题解答](https://github.com/sunface/rust-by-practice/blob/master/solutions/collections/String.md) > - [习题解答](https://github.com/sunface/rust-by-practice/blob/master/solutions/collections/String.md)
<hr /> <hr />

Loading…
Cancel
Save