Skip to content

Commit e7b3b42

Browse files
committed
collapse two redundant tour sections into one
1 parent f745d16 commit e7b3b42

File tree

4 files changed

+5
-68
lines changed

4 files changed

+5
-68
lines changed

_tour/local-type-inference.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

_tour/operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ partof: scala-tour
88

99
num: 30
1010
next-page: by-name-parameters
11-
previous-page: local-type-inference
11+
previous-page: type-inference
1212
prerequisite-knowledge: case-classes
1313

1414
redirect_from: "/tutorials/tour/operators.html"

_tour/polymorphic-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ partof: scala-tour
88

99
num: 28
1010

11-
next-page: local-type-inference
11+
next-page: type-inference
1212
previous-page: implicit-conversions
1313
prerequisite-knowledge: unified-types
1414

_tour/type-inference.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ discourse: true
66

77
partof: scala-tour
88

9-
num: 36
10-
previous-page: packages-and-imports
9+
num: 29
10+
next-page: operators
11+
previous-page: polymorphic-methods
1112
---
1213

1314
The Scala compiler can often infer the type of an expression so you don't have to declare it explicitly.

0 commit comments

Comments
 (0)