We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3573aa commit f28a333Copy full SHA for f28a333
src/doc/trpl/more-strings.md
@@ -91,7 +91,7 @@ and only moving to this:
91
fn foo(s: String) {
92
```
93
94
-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
95
need, and it can make your lifetimes more complex.
96
97
## Generic functions
0 commit comments