File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ internal TreeEntryChanges(GitDiffDelta delta)
55
55
/// be false during a conflict that deletes both the
56
56
/// "ours" and "theirs" sides, or when the diff is a
57
57
/// delete and the status is
58
- /// <see cref="ChangeType .Deleted"/>.
58
+ /// <see cref="ChangeKind .Deleted"/>.
59
59
/// </summary>
60
60
public virtual bool Exists { get ; private set ; }
61
61
@@ -85,7 +85,7 @@ internal TreeEntryChanges(GitDiffDelta delta)
85
85
/// side to a conflict. This will be false during a
86
86
/// conflict that involves both the "ours" and "theirs"
87
87
/// 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"/>.
89
89
/// </summary>
90
90
public virtual bool OldExists { get ; private set ; }
91
91
You can’t perform that action at this time.
0 commit comments