From 1e6b34a0433fa03b657dfdcdf5eddafc70131651 Mon Sep 17 00:00:00 2001 From: Brennan Date: Wed, 4 Mar 2015 20:41:40 -0800 Subject: [PATCH] Documentation --- src/Microsoft.AspNet.Routing/Logging/LogFormatter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Routing/Logging/LogFormatter.cs b/src/Microsoft.AspNet.Routing/Logging/LogFormatter.cs index 64c2028c54..8b7c24d7a6 100644 --- a/src/Microsoft.AspNet.Routing/Logging/LogFormatter.cs +++ b/src/Microsoft.AspNet.Routing/Logging/LogFormatter.cs @@ -8,7 +8,7 @@ namespace Microsoft.AspNet.Routing.Logging.Internal public static class LogFormatter { /// - /// A formatter for use with . + /// A formatter for use with . /// public static string Formatter(object o, Exception e) {