Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2022-07-07 21:53:25 +0300
committerGitHub <noreply@github.com>2022-07-07 21:53:25 +0300
commit882e696cdba25103ec9de6274f9756a456ef2c18 (patch)
tree4e691dff60b32463a9a8458d8f450dd21d5aaf56 /docs
parent9868dfc181663a7687bfd7be8e0baabf4dd20e82 (diff)
Add note about Array.Initialize to ECMA-335 augments (#71766)
Fixes #71733
Diffstat (limited to 'docs')
-rw-r--r--docs/design/specs/Ecma-335-Augments.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/design/specs/Ecma-335-Augments.md b/docs/design/specs/Ecma-335-Augments.md
index 10f738a915d..4dad995a49a 100644
--- a/docs/design/specs/Ecma-335-Augments.md
+++ b/docs/design/specs/Ecma-335-Augments.md
@@ -1032,6 +1032,8 @@ Section "II.1.7.5 Backward branch constraints" is deleted. These constraints wer
API documentation included in partition IV: Profiles and Libraries is superseded by the actively maintained API documentation in https://github.com/dotnet/dotnet-api-docs repo. The documentation is published at https://docs.microsoft.com/en-us/dotnet/api/.
+The incorrect description of `System.Array.Initialize` API in section "II.13.2 Initializing value types" is replaced with "The Base Class Library provides the method System.Array.Initialize (see Partition IV) to initialize every element of an array of unboxed value types by calling its parameterless instance constructor."
+
## Debug Interchange Format
-The Debug Interchange Format escribed in partition V is superseded by the [Portable PDB Format](PortablePdb-Metadata.md).
+The Debug Interchange Format described in partition V is superseded by the [Portable PDB Format](PortablePdb-Metadata.md).