fix typo in the summary section
This commit is contained in:
parent
741d90ce8a
commit
413def7512
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ Terms:
|
||||||
list = { value, next -> list }
|
list = { value, next -> list }
|
||||||
```
|
```
|
||||||
|
|
||||||
Trees like HTML elements tree or the department tree from this chapter are also naturally recursive: they branch and every branch can have other branches.
|
Trees like HTML elements tree or the department tree from this chapter are also naturally recursive: they have branches and every branch can have other branches.
|
||||||
|
|
||||||
Recursive functions can be used to walk them as we've seen in the `sumSalary` example.
|
Recursive functions can be used to walk them as we've seen in the `sumSalary` example.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue