Skip to content

Commit 34aec38

Browse files
[create-pull-request] automated change (#1356)
Co-authored-by: RexJaeschke <[email protected]>
1 parent e0645aa commit 34aec38

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

standard/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@
125125
- [§8.9.4.4](types.md#8944-nullable-warnings) Nullable warnings
126126
- [§8.9.4.5](types.md#8945-nullable-enable) Nullable enable
127127
- [§8.9.5](types.md#895-nullabilities-and-null-states) Nullabilities and null states
128-
- [§8.9.5.1](types.md#8951-flow-analysis) Flow analysis
129-
- [§8.9.5.2](types.md#8952-type-conversions) Type conversions
128+
- [§8.9.5.1](types.md#8951-general) General
129+
- [§8.9.5.2](types.md#8952-flow-analysis) Flow analysis
130+
- [§8.9.5.3](types.md#8953-type-conversions) Type conversions
130131
- [§9](variables.md#9-variables) Variables
131132
- [§9.1](variables.md#91-general) General
132133
- [§9.2](variables.md#92-variable-categories) Variable categories

standard/types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -851,13 +851,13 @@ When the nullable context is ***enabled***:
851851
852852
### 8.9.5 Nullabilities and null states
853853
854-
#### §null-analysis-general General
854+
#### 8.9.5.1 General
855855
856856
A compiler is not required to perform any static analysis nor is it required to generate any diagnostic warnings related to nullability.
857857
858858
**The remainder of this subclause is conditionally normative.**
859859
860-
#### 8.9.5.1 Flow analysis
860+
#### 8.9.5.2 Flow analysis
861861
862862
A compiler that generates diagnostic warnings conforms to these rules.
863863
@@ -1042,7 +1042,7 @@ A compiler may use any expression that dereferences a variable, property, or eve
10421042
>
10431043
> *end example*
10441044
1045-
#### 8.9.5.2 Type conversions
1045+
#### 8.9.5.3 Type conversions
10461046
10471047
A compiler that generates diagnostic warnings conforms to these rules.
10481048

0 commit comments

Comments
 (0)