Skip to content

Commit 68c5273

Browse files
mairawpranavkm
authored andcommitted
doc improvements (dotnet/extensions#2675)
\n\nCommit migrated from dotnet/extensions@26d51a4
1 parent 1ddae66 commit 68c5273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpClientFactory/Polly/src/PolicyHttpMessageHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace Microsoft.Extensions.Http
3939
/// <para>
4040
/// To adapt an existing non-generic <see cref="IAsyncPolicy"/>, use code like the following:
4141
/// <example>
42-
/// Converting a non-generic <code>IAsyncPolicy policy</code> to <see cref="IAsyncPolicy{HttpResponseMessage}"/>.
42+
/// Converting a non-generic <c>IAsyncPolicy policy</c> to <see cref="IAsyncPolicy{HttpResponseMessage}"/>.
4343
/// <code>
4444
/// policy.AsAsyncPolicy&lt;HttpResponseMessage&gt;()
4545
/// </code>

0 commit comments

Comments
 (0)