From 5790df9c525b8c3f77229c511aac8e8267fa6bc5 Mon Sep 17 00:00:00 2001 From: reisenberger Date: Fri, 3 Nov 2017 17:45:24 +0000 Subject: [PATCH] (intellisense correction) --- src/Polly.Shared/Wrap/PolicyWrap.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Polly.Shared/Wrap/PolicyWrap.cs b/src/Polly.Shared/Wrap/PolicyWrap.cs index 2aed1d8564d..a506749fedc 100644 --- a/src/Polly.Shared/Wrap/PolicyWrap.cs +++ b/src/Polly.Shared/Wrap/PolicyWrap.cs @@ -56,12 +56,12 @@ public override TResult Execute(Func : Policy, IPolicyWrap { /// - /// Returns the outer in this + /// Returns the outer in this /// public IsPolicy Outer { get; private set; } /// - /// Returns the next inner in this + /// Returns the next inner in this /// public IsPolicy Inner { get; private set; }