Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2f4a756

Browse files
nschonnistephentoub
authored andcommitted
typo: Double word "as" (dotnet/corefx#36277)
Signed-off-by: dotnet-bot <[email protected]>
1 parent 8343724 commit 2f4a756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Private.CoreLib/shared/System/Text/UTF8Encoding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// The worker functions in this file was optimized for performance. If you make changes
66
// you should use care to consider all of the interesting cases.
77

8-
// The code of all worker functions in this file is written twice: Once as as a slow loop, and the
8+
// The code of all worker functions in this file is written twice: Once as a slow loop, and the
99
// second time as a fast loop. The slow loops handles all special cases, throws exceptions, etc.
1010
// The fast loops attempts to blaze through as fast as possible with optimistic range checks,
1111
// processing multiple characters at a time, and falling back to the slow loop for all special cases.

0 commit comments

Comments
 (0)