typo fixed

This commit is contained in:
nik
2016-08-24 09:25:20 +03:00
parent 3cea866e99
commit 9bcd538d75
@@ -27,7 +27,7 @@ import org.jetbrains.annotations.NotNull;
import java.util.*;
/**
* Algorithm to search k shortest paths between to vertices in unweighted directed graph.
* Algorithm to search k shortest paths between two vertices in unweighted directed graph.
* Based on article "Finding the k shortest paths" by D. Eppstein, 1997.
*
* @author nik