Skip to content

Commit

Permalink
use strong for highlitght
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Jul 24, 2023
1 parent caf0b18 commit 6585540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Polly.Core/ResilienceStrategy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public abstract partial class ResilienceStrategy
/// An instance of pending <see cref="ValueTask"/> for asynchronous executions or completed <see cref="ValueTask"/> task for synchronous exexutions.
/// </returns>
/// <remarks>
/// <c>This method is called for both synchronous and asynchronous execution flows.</c>
/// <strong>This method is called for both synchronous and asynchronous execution flows.</strong>
/// <para>
/// You can use <see cref="ResilienceContext.IsSynchronous"/> to dermine wheether the <paramref name="callback"/> is synchronous or asynchronous one.
/// This is useful when the custom strategy behaves differently in each execution flow. In general, for most strategies, the implementation
Expand Down

0 comments on commit 6585540

Please sign in to comment.