Skip to content

Commit b07986b

Browse files
committed
typo fix
1 parent 3c95f38 commit b07986b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/variantsync/diffdetective/diff/difftree/parse/MultiLineMacroParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ParseResult consume(
111111
&& inAfterMLMacro
112112
&& diffType == DiffType.NON
113113
&& beforeMLMacro.equals(afterMLMacro)) {
114-
// We have one single end line for to equal multi line macros -> Merge the nodes.
114+
// We have one single end line for two equal multi line macros -> Merge the nodes.
115115
final DiffNode mlNode = finalizeMLMacro(
116116
lineNo,
117117
line,

0 commit comments

Comments
 (0)