Skip to content

Commit d9b6364

Browse files
authored
Merge pull request rust-lang#2351 from dipan-ck/docs-add-string-links
docs: add str and String documentation links
2 parents 3b0e739 + de695c4 commit d9b6364

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

exercises/09_strings/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ to identify and create them, as well as use them.
66

77
## Further information
88

9-
- [Strings](https://doc.rust-lang.org/book/ch08-02-strings.html)
9+
- [Strings (Rust Book)](https://doc.rust-lang.org/book/ch08-02-strings.html)
10+
- [`str` methods](https://doc.rust-lang.org/std/primitive.str.html)
11+
- [`String` methods](https://doc.rust-lang.org/std/string/struct.String.html)

0 commit comments

Comments
 (0)