Skip to content

Commit 95d4624

Browse files
flomebulbishabosha
andauthored
Update _tour/compound-types.md
You're right ! Co-authored-by: Jamie Thompson <[email protected]>
1 parent ad4ccae commit 95d4624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/compound-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def cloneAndReset(obj: Cloneable with Resetable): Cloneable = {
7474
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.
7575
The general form is: `A with B with C ... { refinement }`
7676
{% endtab %}
77-
{% tab 'Scala 3' for=compound-types_2 %}
77+
{% tab 'Scala 3' for=compound-types_3 %}
7878
This compound type is written like this in Scala: `Cloneable & Resetable`.
7979

8080
Here's the updated function:

0 commit comments

Comments
 (0)