We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6654401 commit 99ca2fbCopy full SHA for 99ca2fb
LibGit2Sharp.Tests/PatchEntryChangesFixture.cs
@@ -23,7 +23,7 @@ public void PatchEntryBasics()
23
Tree rootCommitTree = repo.Lookup<Commit>("f8d44d7").Tree;
24
Tree commitTreeWithUpdatedFile = repo.Lookup<Commit>("ec9e401").Tree;
25
26
- // Create path by diffing
+ // Create patch by diffing
27
using (var patch = repo.Diff.Compare<Patch>(rootCommitTree, commitTreeWithUpdatedFile))
28
{
29
PatchEntryChanges entryChanges = patch[file];
0 commit comments