Skip to content

Commit 09a691d

Browse files
jskeetBillWagner
andauthored
Update standard/types.md
Co-authored-by: Bill Wagner <[email protected]>
1 parent 61e0c79 commit 09a691d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ A compiler may use any expression that dereferences a variable, property, or eve
10481048
10491049
A compiler that generates diagnostic warnings conforms to these rules.
10501050
1051-
> *Note:* Differences in top-level or nested nullability annotations in types do not affect whether conversion between the types is permitted, since there is no semantic difference between a non-nullable reference type and its corresponding nullable type ([§8.9.1](types.md#891-general)).
1051+
> *Note:* Differences in top-level or nested nullability annotations in types do not affect whether conversion between the types is permitted, since there is no semantic difference between a non-nullable reference type and its corresponding nullable type ([§8.9.1](types.md#891-general)). *end note*
10521052
10531053
A compiler may issue a warning when nullability annotations differ between two types, either top-level or nested, when the conversion is narrowing.
10541054

0 commit comments

Comments
 (0)