Small typo fix
This commit is contained in:
parent
d50a24145d
commit
a12de2cfd9
|
|
@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Http
|
|||
public abstract class HttpRequest
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the <see cref="HttpContext"/> this request;
|
||||
/// Gets the <see cref="HttpContext"/> for this request.
|
||||
/// </summary>
|
||||
public abstract HttpContext HttpContext { get; }
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ namespace Microsoft.AspNetCore.Http
|
|||
};
|
||||
|
||||
/// <summary>
|
||||
/// Gets the <see cref="HttpContext"/> for this request.
|
||||
/// Gets the <see cref="HttpContext"/> for this response.
|
||||
/// </summary>
|
||||
public abstract HttpContext HttpContext { get; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue