Skip to content

Commit 88c4de8

Browse files
committed
Add a general sub-clause (#957)
* Add a general sub-clause In a recent PR, we broke apart local variable declarations into three different sections. When we did that, we created a clause that has both text and sub-clauses. This PR fixes that. I spoke offline with @RexJaeschke and he's making the appropriate edit to the Word doc for submission. I'll cherry-pick this PR and the subsequent automated PR into `draft-v8` once this is merged. * run section renumber locally This will make it easier to cherry pick this once it's merged.
1 parent 4ad7d5b commit 88c4de8

File tree

3 files changed

+187
-184
lines changed

3 files changed

+187
-184
lines changed

standard/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,10 @@
438438
- [§13.6](statements.md#136-declaration-statements) Declaration statements
439439
- [§13.6.1](statements.md#1361-general) General
440440
- [§13.6.2](statements.md#1362-local-variable-declarations) Local variable declarations
441-
- [§13.6.2.1](statements.md#13621-implicitly-typed-local-variable-declarations) Implicitly typed local variable declarations
442-
- [§13.6.2.2](statements.md#13622-explicitly-typed-local-variable-declarations) Explicitly typed local variable declarations
443-
- [§13.6.2.3](statements.md#13623-ref-local-variable-declarations) Ref local variable declarations
441+
- [§13.6.2.1](statements.md#13621-general) General
442+
- [§13.6.2.2](statements.md#13622-implicitly-typed-local-variable-declarations) Implicitly typed local variable declarations
443+
- [§13.6.2.3](statements.md#13623-explicitly-typed-local-variable-declarations) Explicitly typed local variable declarations
444+
- [§13.6.2.4](statements.md#13624-ref-local-variable-declarations) Ref local variable declarations
444445
- [§13.6.3](statements.md#1363-local-constant-declarations) Local constant declarations
445446
- [§13.6.4](statements.md#1364-local-function-declarations) Local function declarations
446447
- [§13.7](statements.md#137-expression-statements) Expression statements

0 commit comments

Comments
 (0)