You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/variantsync/diffdetective/variation/diff/serialize/treeformat/VariationDiffLabelFormat.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ public interface VariationDiffLabelFormat extends LinegraphFormat {
13
13
* Converts a label of line graph into a {@link Source}.
14
14
*
15
15
* @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.
0 commit comments