8000 Test using c tag instead of code (#3628) · CAndRyan/dotnet-api-docs@2b083ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b083ad

Browse files
authored
Test using c tag instead of code (dotnet#3628)
1 parent 9a7ebcb commit 2b083ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/Microsoft.Extensions.Http/PolicyHttpMessageHandler.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<para>
4343
To adapt an existing non-generic <see cref="T:Polly.IAsyncPolicy" />, use code like the following:
4444
<example>
45-
Converting a non-generic <code>IAsyncPolicy policy</code> to <see cref="T:Polly.IAsyncPolicy`1" />.
45+
Converting a non-generic <c>IAsyncPolicy policy</c> to <see cref="T:Polly.IAsyncPolicy`1" />.
4646
<code>
4747
policy.AsAsyncPolicy&lt;HttpResponseMessage&gt;()
4848
</code></example></para>

0 commit comments

Comments
 (0)
0