Skip to content

Commit 37442bc

Browse files
BillWagnerjskeet
authored andcommitted
Item 43: Annex B Remove duplicate
Add `[§7.9]` xref to item 9 (alongside existing `[§7.2]`), then remove the duplicate item 11 on line 41.
1 parent 5cac6a1 commit 37442bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

standard/portability-issues.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ A conforming implementation is required to document its choice of behavior in ea
3232
1. The mechanism for determining whether a program is compiled as a class library or as an application. ([§7.1](basic-concepts.md#71-application-startup))
3333
1. The policy or mechanisms used by an implementation for the creation and destruction of application domains. ([§7.1](basic-concepts.md#71-application-startup))
3434
1. The exit code if the effective entry point method terminates due to an exception. ([§7.2](basic-concepts.md#72-application-termination))
35-
1. Whether or not finalizers are run as part of application termination. ([§7.2](basic-concepts.md#72-application-termination))
35+
1. Whether or not finalizers are run as part of application termination. ([§7.2](basic-concepts.md#72-application-termination), §7.9)
3636
1. Whether APIs allow a finalizer to be run more than once. ([§7.9](basic-concepts.md#79-automatic-memory-management))
37-
1. Whether or not finalizers are run as part of application termination. ([§7.9](basic-concepts.md#79-automatic-memory-management))
3837
1. The API surface provided by `Expression<TDelegate>` beyond the requirement for a `Compile` method. ([§8.6](types.md#86-expression-tree-types))
3938
1. The precise structure of the expression tree, as well as the exact process for creating it, when an anonymous function is converted to an expression-tree. ([§10.7.3](conversions.md#1073-evaluation-of-lambda-expression-conversions-to-expression-tree-types))
4039
1. The reason a conversion to a compatible delegate type may fail at compile-time. ([§10.7.3](conversions.md#1073-evaluation-of-lambda-expression-conversions-to-expression-tree-types))

0 commit comments

Comments
 (0)