From 9b066dd5b349f49d3a3c1385bc25f5f128c0c5a1 Mon Sep 17 00:00:00 2001 From: Marconi Lanna Date: Sun, 21 Jun 2015 13:11:52 -0400 Subject: Traits mistakenly set as 'Case Classes' subsection Instead of being its own section, a minor formatting issue causes 'Traits' to be rendered and numbered as a subsection of the section 'Case Classes'. This patch changes the numbering on both 'Traits' and 'Object Definitions' sections. --- spec/05-classes-and-objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/05-classes-and-objects.md') diff --git a/spec/05-classes-and-objects.md b/spec/05-classes-and-objects.md index 8be792d3cb..3c80ddbfb5 100644 --- a/spec/05-classes-and-objects.md +++ b/spec/05-classes-and-objects.md @@ -966,7 +966,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 -- cgit v1.2.3