fix spelling error (#11)
This commit is contained in:
parent
f2865b25db
commit
8c3ef6cb51
|
@ -30,7 +30,7 @@ while i <= 5 {
|
|||
}
|
||||
```
|
||||
|
||||
This will keep adding 1 to `sum` until `i` is no longer less than or equal to 5.
|
||||
This will keep adding 1 to `i` and `i` to `sum` until `i` is no longer less than or equal to 5.
|
||||
|
||||
## The `mut` keyword
|
||||
|
||||
|
|
Loading…
Reference in New Issue