Skip to content

Commit b5f35db

Browse files
authored
Merge pull request #1165 from rkoeninger/redirect-refinement-type-explanation
Made Compound Types page refer to Class Composition with Mixins
2 parents 4d0f273 + 96749bb commit b5f35db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/compound-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ def cloneAndReset(obj: Cloneable with Resetable): Cloneable = {
5151
Compound types can consist of several object types and they may have a single refinement which can be used to narrow the signature of existing object members.
5252
The general form is: `A with B with C ... { refinement }`
5353

54-
An example for the use of refinements is given on the page about [abstract types](abstract-types.html).
54+
An example for the use of refinements is given on the page about [class composition with mixins](mixin-class-composition.html).

0 commit comments

Comments
 (0)