Skip to content

Commit cc20988

Browse files
committed
doc: fix a typo in VariationDiffLabelFormat
1 parent 37c7b27 commit cc20988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/variantsync/diffdetective/variation/diff/serialize/treeformat/VariationDiffLabelFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public interface VariationDiffLabelFormat extends LinegraphFormat {
1313
* Converts a label of line graph into a {@link Source}.
1414
*
1515
* @param label A string containing the label of the {@link Source}
16-
* @return The {@link Source} descibed by this label.
16+
* @return The {@link Source} described by this label.
1717
*/
1818
Source fromLabel(final String label);
1919

0 commit comments

Comments
 (0)