Skip to content

Commit 7bdeb66

Browse files
CopilotMihaZupan
andcommitted
Remove extra space before closing format tag
Co-authored-by: MihaZupan <[email protected]>
1 parent 068437d commit 7bdeb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net.Http/MultipartContent.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
## Remarks
5959
According to RFC 1341 (MIME) 7.2 and its successors, multipart messages must contain one or more body parts. When a <xref:System.Net.Http.MultipartContent> instance with zero parts is serialized, it's written as a single dummy empty part with no content headers or message body. This ensures compliance with the RFC requirement while maintaining backward compatibility. However, other HTTP clients might not interpret this message as a multipart content with zero parts, so it's recommended to add at least one part before serializing.
6060
61-
]]></format>
61+
]]></format>
6262
</remarks>
6363
</Docs>
6464
<Members>

0 commit comments

Comments
 (0)