Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 440c6e4

Browse files
committed
Minor rewording missed from PR
1 parent 6d91a16 commit 440c6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.Http.Features/ISession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.Http
99
public interface ISession
1010
{
1111
/// <summary>
12-
/// Indicate whether the current session has loaded correctly.
12+
/// Indicate whether the current session has loaded.
1313
/// </summary>
1414
bool IsAvailable { get; }
1515

0 commit comments

Comments
 (0)