Skip to content

Commit 3521f35

Browse files
jgscherberBillWagner
authored andcommitted
typo (dotnet#569)
1 parent efb9122 commit 3521f35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Web/HttpResponseBase.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,9 +2240,9 @@
22402240
<ReturnType>System.Boolean</ReturnType>
22412241
</ReturnValue>
22422242
<Docs>
2243-
<summary>Gets or sets a value that indicates whether to send HTTP content to the client.</summary>
2243+
<summary>Gets or sets a value that indicates whether only the HTTP headers will be sent to the client.</summary>
22442244
<value>
2245-
<see langword="true" /> if output is suppressed; otherwise, <see langword="false" />.</value>
2245+
<see langword="true" /> if HTTP message content is suppressed; otherwise, <see langword="false" />.</value>
22462246
<remarks>To be added.</remarks>
22472247
<exception cref="T:System.NotImplementedException">Always.</exception>
22482248
</Docs>
@@ -2707,4 +2707,4 @@
27072707
</Docs>
27082708
</Member>
27092709
</Members>
2710-
</Type>
2710+
</Type>

0 commit comments

Comments
 (0)