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; }