Corrected the grammar/spelling mistake in autogenerated cs file. (#62934)
authorpyracanda <93835060+pyracanda@users.noreply.github.com>
Fri, 17 Dec 2021 04:08:11 +0000 (07:08 +0300)
committerGitHub <noreply@github.com>
Fri, 17 Dec 2021 04:08:11 +0000 (21:08 -0700)
src/coreclr/nativeaot/System.Private.CoreLib/src/Resources/Strings.resx
src/libraries/System.Private.CoreLib/src/Resources/Strings.resx

index 85a0a88..1f979fe 100644 (file)
     <value>The name can be no more than {0} characters in length.</value>
   </data>
   <data name="ArgumentException_OtherNotArrayOfCorrectLength" xml:space="preserve">
-    <value>Object is not a array with the same number of elements as the array to compare it to.</value>
+    <value>The object is not an array with the same number of elements as the array to compare it to.</value>
   </data>
   <data name="ArgumentException_TupleIncorrectType" xml:space="preserve">
     <value>Argument must be of type {0}.</value>
index c651da6..6db3b71 100644 (file)
     <value>The buffer is not associated with this pool and may not be returned to it.</value>
   </data>
   <data name="ArgumentException_OtherNotArrayOfCorrectLength" xml:space="preserve">
-    <value>Object is not a array with the same number of elements as the array to compare it to.</value>
+    <value>The object is not an array with the same number of elements as the array to compare it to.</value>
   </data>
   <data name="ArgumentException_NotIsomorphic" xml:space="preserve">
     <value>Object contains non-primitive or non-blittable data.</value>