Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 413def7

Browse files
authored
fix typo in the summary section
1 parent 741d90c commit 413def7

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/01-recursion

1 file changed

+1
-1
lines changed

‎1-js/06-advanced-functions/01-recursion/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ Terms:
535535
list = { value, next -> list }
536536
```
537537
538-
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.
538+
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.
539539
540540
Recursive functions can be used to walk them as we've seen in the `sumSalary` example.
541541

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /