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 9a7ebcb commit 2b083adCopy full SHA for 2b083ad
xml/Microsoft.Extensions.Http/PolicyHttpMessageHandler.xml
@@ -42,7 +42,7 @@
42
<para>
43
To adapt an existing non-generic <see cref="T:Polly.IAsyncPolicy" />, use code like the following:
44
<example>
45
- Converting a non-generic <code>IAsyncPolicy policy</code> to <see cref="T:Polly.IAsyncPolicy`1" />.
+ Converting a non-generic <c>IAsyncPolicy policy</c> to <see cref="T:Polly.IAsyncPolicy`1" />.
46
<code>
47
policy.AsAsyncPolicy<HttpResponseMessage>()
48
</code></example></para>
0 commit comments