10000
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.
2 parents 8bf6ac5 + e669627 commit 2965293Copy full SHA for 2965293
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