Make if after colon lowercase
This commit is contained in:
parent
f3573aa834
commit
f28a33359b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue