Skip to content

Commit 5b9cd99

Browse files
committed
Fix some Xml doc related warnings
1 parent 49346f8 commit 5b9cd99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibGit2Sharp/TreeEntryChanges.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ internal TreeEntryChanges(GitDiffDelta delta)
5555
/// be false during a conflict that deletes both the
5656
/// "ours" and "theirs" sides, or when the diff is a
5757
/// delete and the status is
58-
/// <see cref="ChangeType.Deleted"/>.
58+
/// <see cref="ChangeKind.Deleted"/>.
5959
/// </summary>
6060
public virtual bool Exists { get; private set; }
6161

@@ -85,7 +85,7 @@ internal TreeEntryChanges(GitDiffDelta delta)
8585
/// side to a conflict. This will be false during a
8686
/// conflict that involves both the "ours" and "theirs"
8787
/// side being added, or when the diff is an add and the
88-
/// status is <see cref="ChangeType.Added"/>.
88+
/// status is <see cref="ChangeKind.Added"/>.
8989
/// </summary>
9090
public virtual bool OldExists { get; private set; }
9191

0 commit comments

Comments
 (0)