Skip to content

Commit 1c36895

Browse files
carlossanlopRon Petrusha
authored andcommitted
Missing return value in MemoryExtensions.Trim (#2839)
1 parent e0920d1 commit 1c36895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/MemoryExtensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3396,7 +3396,7 @@ If `culture` is `null`, <xref:System.Globalization.CultureInfo.CurrentCulture?di
33963396
<Docs>
33973397
<param name="memory">The source memory from which the characters are removed.</param>
33983398
<summary>Removes all leading and trailing whitespace characters from a read-only character memory region.</summary>
3399-
<returns>To be added.</returns>
3399+
<returns>The trimmed character memory region.</returns>
34003400
<remarks>To be added.</remarks>
34013401
</Docs>
34023402
</Member>

0 commit comments

Comments
 (0)