Minor rewording missed from PR

This commit is contained in:
John Luo 2016-05-23 10:15:39 -07:00
parent 6d91a160b6
commit 440c6e43e1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.Http
public interface ISession
{
/// <summary>
/// Indicate whether the current session has loaded correctly.
/// Indicate whether the current session has loaded.
/// </summary>
bool IsAvailable { get; }