Skip to content

Commit 6cae163

Browse files
committed
Refer to 'self-types' page instead of non-existing 'explicitly-typed-self-references' page
1 parent 64af93d commit 6cae163

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/tour/_posts/2017-02-13-compound-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ discourse: true
77
tutorial: scala-tour
88
categories: tour
99
num: 24
10-
next-page: explicitly-typed-self-references
10+
next-page: self-types
1111
previous-page: abstract-types
1212
---
1313

tutorials/tour/_posts/2017-02-13-implicit-parameters.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: 26
1010
next-page: implicit-conversions
11-
previous-page: explicitly-typed-self-references
11+
previous-page: self-types
1212
---
1313

1414
A method with _implicit parameters_ can be applied to arguments just like a normal method. In this case the implicit label has no effect. However, if such a method misses arguments for its implicit parameters, such arguments will be automatically provided.

0 commit comments

Comments
 (0)