Minor rewording missed from PR
This commit is contained in:
parent
6d91a160b6
commit
440c6e43e1
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue