We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddae66 commit 68c5273Copy full SHA for 68c5273
src/HttpClientFactory/Polly/src/PolicyHttpMessageHandler.cs
@@ -39,7 +39,7 @@ namespace Microsoft.Extensions.Http
39
/// <para>
40
/// To adapt an existing non-generic <see cref="IAsyncPolicy"/>, use code like the following:
41
/// <example>
42
- /// Converting a non-generic <code>IAsyncPolicy policy</code> to <see cref="IAsyncPolicy{HttpResponseMessage}"/>.
+ /// Converting a non-generic <c>IAsyncPolicy policy</c> to <see cref="IAsyncPolicy{HttpResponseMessage}"/>.
43
/// <code>
44
/// policy.AsAsyncPolicy<HttpResponseMessage>()
45
/// </code>
0 commit comments