Skip to content

Commit 05584f0

Browse files
authored
Merge pull request #1672 from julerex/patch-1
fix "High Order Functions" typo
2 parents 1343768 + 333ef6f commit 05584f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Now let's begin!
2727

2828
- [Flow of Control](flow_control.md) - `if`/`else`, `for`, and others.
2929

30-
- [Functions](fn.md) - Learn about Methods, Closures and High Order Functions.
30+
- [Functions](fn.md) - Learn about Methods, Closures and Higher Order Functions.
3131

3232
- [Modules](mod.md) - Organize code using modules
3333

0 commit comments

Comments
 (0)