Skip to content

Commit 85a582a

Browse files
authored
Fix typo in HttpMessageHandler.xml (dotnet#5349)
The sentence: > This method is called by the system one of the HttpClient.SendAsync methods is called. Should read: > This method is called by the system when one of the HttpClient.SendAsync methods is called.
1 parent 5260f17 commit 85a582a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net.Http/HttpMessageHandler.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
## Remarks
246246
This operation will not block. The returned <xref:System.Threading.Tasks.Task%601> object will complete once the entire response including content is read.
247247
248-
The <xref:System.Net.Http.HttpMessageHandler.SendAsync%2A> method is used primarily by the system. This method is called by the system one of the <xref:System.Net.Http.HttpClient.SendAsync%2A?displayProperty=nameWithType> methods is called. Most apps will never call this method.
248+
The <xref:System.Net.Http.HttpMessageHandler.SendAsync%2A> method is used primarily by the system. This method is called by the system when one of the <xref:System.Net.Http.HttpClient.SendAsync%2A?displayProperty=nameWithType> methods is called. Most apps will never call this method.
249249
250250
]]></format>
251251
</remarks>

0 commit comments

Comments
 (0)