Navigation Menu

Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Jun 18, 2020
1 parent 2f8ce28 commit 1fbf080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DotNet/Writer/MetadataEvent.cs
Expand Up @@ -40,7 +40,7 @@ public enum MetadataEvent {

/// <summary>
/// Most of the tables that should be sorted have been sorted. The <c>CustomAttribute</c>
/// table is still unsorted since it's not been created yet.
/// table is still unsorted since it hasn't been created yet.
/// </summary>
MostTablesSorted,

Expand Down
2 changes: 1 addition & 1 deletion src/DotNet/Writer/ModuleWriterEvent.cs
Expand Up @@ -67,7 +67,7 @@ public enum ModuleWriterEvent {
/// <summary>
/// Original event: <see cref="MetadataEvent.MostTablesSorted"/>.
/// Most of the tables that should be sorted have been sorted. The <c>CustomAttribute</c>
/// table is still unsorted since it's not been created yet.
/// table is still unsorted since it hasn't been created yet.
/// </summary>
MDMostTablesSorted,

Expand Down

0 comments on commit 1fbf080

Please sign in to comment.