Fixed doc comment
This commit is contained in:
parent
c6664a3dcd
commit
f468d6789f
|
|
@ -42,7 +42,7 @@ namespace Microsoft.AspNet.Diagnostics
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Process an individual request.
|
/// Process an individual request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="environment"></param>
|
/// <param name="context">The <see cref="Microsoft.AspNet.Http.HttpContext">.</param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public Task Invoke(HttpContext context)
|
public Task Invoke(HttpContext context)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue