From 3edcc48970e7909078311966e1bdb43125119041 Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Sun, 2 Jan 2022 18:00:51 -0700 Subject: [PATCH] Fix strings typo --- .../System.Private.CoreLib/src/Resources/Strings.resx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx b/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx index 57a9c28c693960..4f48d0181a4c79 100644 --- a/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx +++ b/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx @@ -1824,7 +1824,7 @@ Pointer startIndex and length do not refer to a valid string. - Period must be less than 2^32-2. + Period must be less than 2^32-1. The position may not be greater or equal to the capacity of the accessor. @@ -1854,7 +1854,7 @@ Stream length must be non-negative and less than 2^31 - 1 - origin. - Time-out interval must be less than 2^32-2. + Time-out interval must be less than 2^32-1. The length of the buffer must be less than the maximum UIntPtr value for your platform.