From 8f9a47358e84499ee137b8a3d8ca6c65b59a7d19 Mon Sep 17 00:00:00 2001 From: Hisham Abdullah Bin Ateya Date: Fri, 26 Jun 2015 04:49:43 +0300 Subject: [PATCH] Fix 'RequestLocalizationMiddleware' missing docs --- .../RequestLocalizationMiddleware.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Localization/RequestLocalizationMiddleware.cs b/src/Microsoft.AspNet.Localization/RequestLocalizationMiddleware.cs index 4dc60d7a86..c09abc1915 100644 --- a/src/Microsoft.AspNet.Localization/RequestLocalizationMiddleware.cs +++ b/src/Microsoft.AspNet.Localization/RequestLocalizationMiddleware.cs @@ -23,7 +23,7 @@ namespace Microsoft.AspNet.Localization /// Creates a new . /// /// The representing the next middleware in the pipeline. - /// + /// The representing the options for the . public RequestLocalizationMiddleware([NotNull] RequestDelegate next, [NotNull] RequestLocalizationOptions options) { _next = next;