URL to the section(s) of the book with this problem:
https://doc.rust-lang.org/book/ch04-03-slices.html
Description of the problem:
After the first code block, the following text is written:
The first_word function has a &String as a parameter. We don’t want ownership, so this is fine.
I don't understand why in that case ownership is not required / wanted
Suggested fix:
Add a short explanation