From 6d8da41ab7710b7979bc8b62204591bacaf3c49d Mon Sep 17 00:00:00 2001 From: Jonathon Rossi Date: Tue, 28 Jun 2016 01:11:12 +1000 Subject: [PATCH] Fix StandardColumn enum XML documentation --- .../Sinks/MSSqlServer/StandardColumn.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/StandardColumn.cs b/src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/StandardColumn.cs index f945a792..e73ab979 100644 --- a/src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/StandardColumn.cs +++ b/src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/StandardColumn.cs @@ -31,7 +31,7 @@ public enum StandardColumn Exception, /// - /// Properties associated with the event, including those presented in MessageTemplate/>. + /// Properties associated with the event, including those presented in . /// Properties, @@ -40,4 +40,4 @@ public enum StandardColumn /// LogEvent } -} \ No newline at end of file +}