Skip to content

Commit 66e0970

Browse files
committed
fix: some typos in VariationTreeNode documentation
1 parent 312ff2e commit 66e0970

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/variantsync/diffdetective/variation/tree/VariationTreeNode.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
*
3434
* <p>This class contains references to all of its children and its parent so all connected nodes of
3535
* a variation tree can be reached through each node of the variation tree. Nevertheless, most of
36-
* the time only node itself or its subtree (the reflexive hull of {@link getChildren}) is meant
37-
* when when referencing a {@code VariationTreeNode}. Use {@link VariationTree} to unambiguously
36+
* the time only the node itself or its subtree (the reflexive hull of {@link getChildren}) is referred to
37+
* when referencing a {@code VariationTreeNode}. Use {@link VariationTree} to unambiguously
3838
* refer to a whole variation tree.
3939
*
4040
* <p>If possible, algorithms should be using {@link VariationNode} instead of this concrete

0 commit comments

Comments
 (0)