Skip to content

Commit 1132748

Browse files
authored
Merge pull request #32 from jonorossi/patch-1
Fix StandardColumn enum XML documentation
2 parents 303d826 + 6d8da41 commit 1132748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/StandardColumn.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public enum StandardColumn
3131
Exception,
3232

3333
/// <summary>
34-
/// Properties associated with the event, including those presented in MessageTemplate/>.
34+
/// Properties associated with the event, including those presented in <see cref="MessageTemplate"/>.
3535
/// </summary>
3636
Properties,
3737

@@ -40,4 +40,4 @@ public enum StandardColumn
4040
/// </summary>
4141
LogEvent
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)