diff --git a/src/doc/trpl/more-strings.md b/src/doc/trpl/more-strings.md index 986ad23c665..b2763843508 100644 --- a/src/doc/trpl/more-strings.md +++ b/src/doc/trpl/more-strings.md @@ -91,7 +91,7 @@ and only moving to this: fn foo(s: String) { ``` -If you have good reason. It's not polite to hold on to ownership you don't +if you have good reason. It's not polite to hold on to ownership you don't need, and it can make your lifetimes more complex. ## Generic functions