Skip to content

Commit

Permalink
Merge pull request scala#4570 from marconilanna/patch-1
Browse files Browse the repository at this point in the history
Traits mistakenly set as 'Case Classes' subsection
  • Loading branch information
SethTisue committed Jun 24, 2015
2 parents 4d78656 + 9b066dd commit bb102e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/05-classes-and-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ This form of extensibility can be excluded by declaring the base class
directly extend `Expr` must be in the same source file as
`Expr`.

### Traits
## Traits

```ebnf
TmplDef ::= `trait' TraitDef
Expand Down

0 comments on commit bb102e7

Please sign in to comment.