From 440c6e43e185594e83b33f280e45868b58199926 Mon Sep 17 00:00:00 2001 From: John Luo Date: Mon, 23 May 2016 10:15:39 -0700 Subject: [PATCH] Minor rewording missed from PR --- src/Microsoft.AspNetCore.Http.Features/ISession.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Http.Features/ISession.cs b/src/Microsoft.AspNetCore.Http.Features/ISession.cs index c3e4df60e7..c2dc435801 100644 --- a/src/Microsoft.AspNetCore.Http.Features/ISession.cs +++ b/src/Microsoft.AspNetCore.Http.Features/ISession.cs @@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.Http public interface ISession { /// - /// Indicate whether the current session has loaded correctly. + /// Indicate whether the current session has loaded. /// bool IsAvailable { get; }