Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit bb102e7

Browse files
committed
Merge pull request scala#4570 from marconilanna/patch-1
Traits mistakenly set as 'Case Classes' subsection
2 parents 4d78656 + 9b066dd commit bb102e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/05-classes-and-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ This form of extensibility can be excluded by declaring the base class
964964
directly extend `Expr` must be in the same source file as
965965
`Expr`.
966966

967-
### Traits
967+
## Traits
968968

969969
```ebnf
970970
TmplDef ::= `trait' TraitDef

0 commit comments

Comments
 (0)