Skip to content

Commit 480587a

Browse files
authored
Fix typo in HttpClientHandler.xml (#10410)
Fixed duplicated text
1 parent 75d9d50 commit 480587a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net.Http/HttpClientHandler.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ handler.ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousA
12741274
<Docs>
12751275
<summary>Gets a value that indicates whether the handler supports automatic response content decompression.</summary>
12761276
<value>
1277-
<see langword="true" /> if the if the handler supports automatic response content decompression; otherwise <see langword="false" />. The default value is <see langword="true" />.</value>
1277+
<see langword="true" /> if the handler supports automatic response content decompression; otherwise <see langword="false" />. The default value is <see langword="true" />.</value>
12781278
<remarks>To be added.</remarks>
12791279
</Docs>
12801280
</Member>

0 commit comments

Comments
 (0)