diff options
author | James Ko <jamesqko@gmail.com> | 2017-01-25 22:28:32 -0500 |
---|---|---|
committer | James Ko <jamesqko@gmail.com> | 2017-01-25 22:28:32 -0500 |
commit | 5d82a0eae7edaed8ec3db03433237d45483d7572 (patch) | |
tree | e145abcaa7711ac30d6f587d145b7ba8ff6f70cb | |
parent | 64700c3f88ec547d3b41bdfc4b801c0a4491cf8a (diff) | |
download | coreclr-5d82a0eae7edaed8ec3db03433237d45483d7572.tar.gz coreclr-5d82a0eae7edaed8ec3db03433237d45483d7572.tar.bz2 coreclr-5d82a0eae7edaed8ec3db03433237d45483d7572.zip |
Fix corelib.txt message
-rw-r--r-- | src/mscorlib/src/System.Private.CoreLib.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mscorlib/src/System.Private.CoreLib.txt b/src/mscorlib/src/System.Private.CoreLib.txt index 81647f92a5..6871732b37 100644 --- a/src/mscorlib/src/System.Private.CoreLib.txt +++ b/src/mscorlib/src/System.Private.CoreLib.txt @@ -330,8 +330,8 @@ Arg_MemberInfoNullModule = The Module object containing the member cannot be nul Arg_ParameterInfoNullMember = The MemberInfo object defining the parameter cannot be null. Arg_ParameterInfoNullModule = The Module object containing the parameter cannot be null. Arg_AssemblyNullModule = The manifest module of the assembly cannot be null. -Arg_LongerThanSrcArray = Source array was not long enough. Check srcIndex and length, and the array's lower bounds. -Arg_LongerThanDestArray = Destination array was not long enough. Check destIndex and length, and the array's lower bounds. +Arg_LongerThanSrcArray = Source array was not long enough. Check the source index, length, and the array's lower bounds. +Arg_LongerThanDestArray = Destination array was not long enough. Check the destination index, length, and the array's lower bounds. Arg_LowerBoundsMustMatch = The arrays' lower bounds must be identical. Arg_MustBeBoolean = Object must be of type Boolean. Arg_MustBeByte = Object must be of type Byte. |