Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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.Net.Mime/MediaTypeNames+Application.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Application" /> data is in URL encoded format.</summary>
<summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Application" /> data consists of url-encoded key-value pairs.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Net.Mime/MediaTypeNames+Multipart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Multipart" /> data is in format.</summary>
<summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Multipart" /> data is in form data format.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Net.Mime/MediaTypeNames+Text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Text" /> data is in Javascript format.</summary>
<summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Text" /> data is in JavaScript format.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down