Skip to content

Commit 43d8ee0

Browse files
committed
add missing spaces
1 parent a5d84f9 commit 43d8ee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Net.Http/HttpClient.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
23582358
<Docs>
23592359
<param name="requestUri">The URI the request is sent to.</param>
23602360
<param name="content">The HTTP request content sent to the server.</param>
2361-
<summary>Sends a PATCH request to a URIdesignated as a string as an asynchronous operation.</summary>
2361+
<summary>Sends a PATCH request to a URI designated as a string as an asynchronous operation.</summary>
23622362
<returns>The task object representing the asynchronous operation.</returns>
23632363
<remarks>
23642364
<format type="text/markdown"><![CDATA[
@@ -2460,7 +2460,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
24602460
<param name="requestUri">The URI the request is sent to.</param>
24612461
<param name="content">The HTTP request content sent to the server.</param>
24622462
<param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
2463-
<summary>Sends a PATCH request with a cancellation token to a URIrepresented as a string as an asynchronous operation.</summary>
2463+
<summary>Sends a PATCH request with a cancellation token to a URI represented as a string as an asynchronous operation.</summary>
24642464
<returns>The task object representing the asynchronous operation.</returns>
24652465
<remarks>
24662466
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)