Fix typo
line 46: changed "we loose" to "we lose"
This commit is contained in:
parent
f6ff773033
commit
339c0b622e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ function printList(list) {
|
|||
}
|
||||
```
|
||||
|
||||
...But that would be unwise. In the future we may need to extend a function, do something else with the list. If we change `list`, then we loose such ability.
|
||||
...But that would be unwise. In the future we may need to extend a function, do something else with the list. If we change `list`, then we lose such ability.
|
||||
|
||||
Talking about good variable names, `list` here is the list itself. The first element of it. And it should remain like that. That's clear and reliable.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue