Skip to content

Commit 35ad0cc

Browse files
committed
Skip non-existing 'anonymous-function-syntax' page, fixes scala#771
1 parent 2a7f5f7 commit 35ad0cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/tour/_posts/2017-02-13-higher-order-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tutorial: scala-tour
88
categories: tour
99
num: 8
1010
next-page: nested-functions
11-
previous-page: anonymous-function-syntax
11+
previous-page: mixin-class-composition
1212
---
1313

1414
Scala allows the definition of higher-order functions. These are functions that _take other functions as parameters_, or whose _result is a function_. Here is a function `apply` which takes another function `f` and a value `v` and applies function `f` to `v`:

tutorials/tour/_posts/2017-02-13-mixin-class-composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ disqus: true
77
tutorial: scala-tour
88
categories: tour
99
num: 6
10-
next-page: anonymous-function-syntax
10+
next-page: higher-order-functions
1111
previous-page: traits
1212
---
1313

0 commit comments

Comments
 (0)