Small typo fix

This commit is contained in:
Andrius Bentkus 2016-11-30 15:46:52 +02:00 committed by Chris R
parent d50a24145d
commit a12de2cfd9
2 changed files with 2 additions and 2 deletions

View File

@ -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; }

View File

@ -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; }