Skip to content

Commit ad22631

Browse files
ericstjgewarren
andauthored
Apply suggestions from code review
Co-authored-by: Genevieve Warren <[email protected]>
1 parent d839c00 commit ad22631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Text/Ascii.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</Base>
1717
<Interfaces />
1818
<Docs>
19-
<summary>Static class containing helper methods for working with ASCII encoded text as bytes or characters.</summary>
20-
<remarks>For APIs which take both a source and a destination buffer, the behavior of the method is undefined if the source and destination buffers overlap, unless the API description specifies otherwise. The behavior of all APIs is undefined if another thread mutates the buffers while these APIs are operating on them. All case conversion APIs are culture-unaware.</remarks>
19+
<summary>Provides helper methods for working with ASCII-encoded text as bytes or characters.</summary>
20+
<remarks>For APIs that take both a source and a destination buffer, the behavior of the method is undefined if the source and destination buffers overlap, unless the description specifies otherwise. The behavior of all APIs is undefined if another thread mutates the buffers while these APIs are operating on them. All case-conversion APIs are culture-unaware.</remarks>
2121
</Docs>
2222
<Members>
2323
<Member MemberName="Equals">

0 commit comments

Comments
 (0)