Skip to content

Commit 8925abd

Browse files
Updated page metadata to include in tour
The Traits page wasn't being included in the tour TOC, but was being referenced by the tour pages before and after it, Inner Classes and Compound Types respectively. Updated the page metadata to include it in the tour, and fix the other tags.
1 parent 88cb2fa commit 8925abd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_tour/abstract-types.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ title: Abstract Types
44

55
discourse: true
66

7-
tutorial: scala-tour
8-
categories: tour
7+
partof: scala-tour
98
num: 23
109
next-page: compound-types
1110
previous-page: inner-classes
11+
topics: abstract types
1212
prerequisite-knowledge: variance, upper-type-bound
1313

14+
redirect_from: "/tutorials/tour/abstract-types.html"
1415
---
1516

1617
Traits and abstract classes can have an abstract type member. This means that the concrete implementations define the actual type. Here's an example:

0 commit comments

Comments
 (0)