Skip to content

Commit

Permalink
Add a general sub-clause (#957)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
BillWagner authored Sep 27, 2023
1 parent c4d554a commit 63a30b3
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 184 deletions.
7 changes: 4 additions & 3 deletions standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,10 @@
- [§13.6](statements.md#136-declaration-statements) Declaration statements
- [§13.6.1](statements.md#1361-general) General
- [§13.6.2](statements.md#1362-local-variable-declarations) Local variable declarations
- [§13.6.2.1](statements.md#13621-implicitly-typed-local-variable-declarations) Implicitly typed local variable declarations
- [§13.6.2.2](statements.md#13622-explicitly-typed-local-variable-declarations) Explicitly typed local variable declarations
- [§13.6.2.3](statements.md#13623-ref-local-variable-declarations) Ref local variable declarations
- [§13.6.2.1](statements.md#13621-general) General
- [§13.6.2.2](statements.md#13622-implicitly-typed-local-variable-declarations) Implicitly typed local variable declarations
- [§13.6.2.3](statements.md#13623-explicitly-typed-local-variable-declarations) Explicitly typed local variable declarations
- [§13.6.2.4](statements.md#13624-ref-local-variable-declarations) Ref local variable declarations
- [§13.6.3](statements.md#1363-local-constant-declarations) Local constant declarations
- [§13.6.4](statements.md#1364-local-function-declarations) Local function declarations
- [§13.7](statements.md#137-expression-statements) Expression statements
Expand Down
Loading

0 comments on commit 63a30b3

Please sign in to comment.