Skip to content

Commit

Permalink
Make if after colon lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
fhahn committed Feb 13, 2015
1 parent f3573aa commit f28a333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/more-strings.md
Expand Up @@ -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
Expand Down

0 comments on commit f28a333

Please sign in to comment.