Skip to content

Commit e41f33e

Browse files
committed
Stub a new "constructor" section
1 parent 865006a commit e41f33e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

spec/06-classes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,11 @@ xxx
205205

206206
xxx
207207

208-
## 6.17 Interfaces
208+
## 6.17 Constructors
209+
210+
xxx
211+
212+
## 6.18 Interfaces
209213

210214
Interfaces declare the public part of classes; that is, methods but not fields.
211215

@@ -229,7 +233,7 @@ or indirectly.
229233
The members declared in an interface are method headers, declaring name and
230234
parameters and return type, but no method body.
231235

232-
## 6.18 The `object` syntax
236+
## 6.19 The `object` syntax
233237

234238
xxx
235239

0 commit comments

Comments
 (0)