Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion xml/System/String.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4493,7 +4493,7 @@ Depending on Why you want to call the `Copy` method, there are a number of alter
<param name="action">A callback to initialize the string.</param>
<summary>Creates a new string with a specific length and initializes it after creation by using the specified callback.</summary>
<returns>The created string.</returns>
<remarks>To be added.</remarks>
<remarks>The initial values of the span passed into <paramref name="action" /> are undefined. Therefore, it is caller's responsiblity to ensure every characters of the span are assigned to.</remarks>
</Docs>
</Member>
<Member MemberName="Empty">
Expand Down