Skip to content

Fix strings typo #63269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@
<value>Pointer startIndex and length do not refer to a valid string.</value>
</data>
<data name="ArgumentOutOfRange_PeriodTooLarge" xml:space="preserve">
<value>Period must be less than 2^32-2.</value>
<value>Period must be less than 2^32-1.</value>
</data>
<data name="ArgumentOutOfRange_PositionLessThanCapacityRequired" xml:space="preserve">
<value>The position may not be greater or equal to the capacity of the accessor.</value>
Expand Down Expand Up @@ -1854,7 +1854,7 @@
<value>Stream length must be non-negative and less than 2^31 - 1 - origin.</value>
</data>
<data name="ArgumentOutOfRange_TimeoutTooLarge" xml:space="preserve">
<value>Time-out interval must be less than 2^32-2.</value>
<value>Time-out interval must be less than 2^32-1.</value>
</data>
<data name="ArgumentOutOfRange_UIntPtrMax" xml:space="preserve">
<value>The length of the buffer must be less than the maximum UIntPtr value for your platform.</value>
Expand Down