Make if after colon lowercase

This commit is contained in:
Florian Hahn 2015-02-13 10:24:05 +01:00
parent f3573aa834
commit f28a33359b

View File

@ -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