From b8d878e238a2f19cfd655b3069739969e47feb62 Mon Sep 17 00:00:00 2001 From: Andrey C Date: Fri, 17 Dec 2021 03:10:53 +0300 Subject: [PATCH] Corrected the grammar/spelling mistake in autogenerated cs file. Changes made: "Object is not a array..." -> "The object is not an array..." Fix #62909 --- .../nativeaot/System.Private.CoreLib/src/Resources/Strings.resx | 2 +- src/libraries/System.Private.CoreLib/src/Resources/Strings.resx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coreclr/nativeaot/System.Private.CoreLib/src/Resources/Strings.resx b/src/coreclr/nativeaot/System.Private.CoreLib/src/Resources/Strings.resx index 85a0a88f88e5f3..1f979fe12d4eb4 100644 --- a/src/coreclr/nativeaot/System.Private.CoreLib/src/Resources/Strings.resx +++ b/src/coreclr/nativeaot/System.Private.CoreLib/src/Resources/Strings.resx @@ -886,7 +886,7 @@ The name can be no more than {0} characters in length. - Object is not a array with the same number of elements as the array to compare it to. + The object is not an array with the same number of elements as the array to compare it to. Argument must be of type {0}. diff --git a/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx b/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx index c651da612d53c4..6db3b715805a19 100644 --- a/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx +++ b/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx @@ -1550,7 +1550,7 @@ The buffer is not associated with this pool and may not be returned to it. - Object is not a array with the same number of elements as the array to compare it to. + The object is not an array with the same number of elements as the array to compare it to. Object contains non-primitive or non-blittable data.