Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 905dbd8

Browse files
committed
adding periods to doc comments
1 parent 6bb6947 commit 905dbd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.Framework.Logging.Interfaces/ILoggerStructure.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Microsoft.Framework.Logging
88
public interface ILoggerStructure
99
{
1010
/// <summary>
11-
/// A brief message to give context for the structure being logged
11+
/// A brief message to give context for the structure being logged.
1212
/// </summary>
1313
string Message { get; }
1414

@@ -18,7 +18,7 @@ public interface ILoggerStructure
1818
IEnumerable<KeyValuePair<string, object>> GetValues();
1919

2020
/// <summary>
21-
/// Returns a human-readable string of the structured data
21+
/// Returns a human-readable string of the structured data.
2222
/// </summary>
2323
string Format();
2424
}

0 commit comments

Comments
 (0)