Skip to content

Commit f28a333

Browse files
committed
Make if after colon lowercase
1 parent f3573aa commit f28a333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/more-strings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ and only moving to this:
9191
fn foo(s: String) {
9292
```
9393

94-
If you have good reason. It's not polite to hold on to ownership you don't
94+
if you have good reason. It's not polite to hold on to ownership you don't
9595
need, and it can make your lifetimes more complex.
9696

9797
## Generic functions

0 commit comments

Comments
 (0)