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