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)
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
You can’t perform that action at this time.
0 commit comments