Skip to content

Commit dbc87f0

Browse files
committed
Updated documentation wording
1 parent 32e7cfc commit dbc87f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/corelib/Providers/Rackspace/ProviderBase`1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ protected Func<Task<Tuple<IdentityToken, Uri>>, Task<HttpWebRequest>> PrepareReq
975975
/// <see cref="HttpWebRequest.ContentType"/> and <see cref="HttpWebRequest.ContentLength"/>
976976
/// properties are updated to reflect the JSON content.
977977
/// </remarks>
978-
/// <typeparam name="TBody">The object modeling the body of the request.</typeparam>
978+
/// <typeparam name="TBody">The type modeling the body of the request.</typeparam>
979979
/// <param name="request">The <see cref="HttpWebRequest"/> object for the request.</param>
980980
/// <param name="body">The object modeling the body of the request.</param>
981981
/// <returns>The encoded content to send with the <see cref="HttpWebRequest"/>.</returns>

0 commit comments

Comments
 (0)