Fixed doc comment

This commit is contained in:
Kiran Challa 2015-11-18 10:07:05 -08:00
parent c6664a3dcd
commit f468d6789f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ namespace Microsoft.AspNet.Diagnostics
/// <summary>
/// Process an individual request.
/// </summary>
/// <param name="environment"></param>
/// <param name="context">The <see cref="Microsoft.AspNet.Http.HttpContext">.</param>
/// <returns></returns>
public Task Invoke(HttpContext context)
{