Skip to content

Commit

Permalink
(intellisense correction)
Browse files Browse the repository at this point in the history
  • Loading branch information
reisenberger committed Nov 3, 2017
1 parent 0ce054f commit 5790df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Polly.Shared/Wrap/PolicyWrap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ public override TResult Execute<TResult>(Func<Context, CancellationToken, TResul
public partial class PolicyWrap<TResult> : Policy<TResult>, IPolicyWrap<TResult>
{
/// <summary>
/// Returns the outer <see cref="IsPolicy"/> in this <see cref="IPolicyWrap"/>
/// Returns the outer <see cref="IsPolicy"/> in this <see cref="IPolicyWrap{TResult}"/>
/// </summary>
public IsPolicy Outer { get; private set; }

/// <summary>
/// Returns the next inner <see cref="IsPolicy"/> in this <see cref="IPolicyWrap"/>
/// Returns the next inner <see cref="IsPolicy"/> in this <see cref="IPolicyWrap{TResult}"/>
/// </summary>
public IsPolicy Inner { get; private set; }

Expand Down

0 comments on commit 5790df9

Please sign in to comment.