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
|
public interface ISession
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Indicate whether the current session has loaded correctly.
|
/// Indicate whether the current session has loaded.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
bool IsAvailable { get; }
|
bool IsAvailable { get; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue