Skip to content

Commit ae15dab

Browse files
committed
typo fix
1 parent f1cfa06 commit ae15dab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/variantsync/diffdetective/variation/diff/VariationDiff.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static VariationDiff<DiffLinesLabel> fromDiff(final String diff, final Va
113113
/**
114114
* Parses a patch of a Git repository.
115115
*
116-
* Warning: The current implementation ignored {@code patchReference.getParentCommitHash}.
116+
* Warning: The current implementation ignores {@code patchReference.getParentCommitHash}.
117117
* It assumes that it's equal to the first parent of {@code patchReference.getCommitHash}, so
118118
* it cannot parse patches across multiple commits.
119119
*

0 commit comments

Comments
 (0)