changed t to T

This commit is contained in:
Harsha 2017-11-19 16:38:29 -08:00
parent 7e5b82ca1f
commit f79acbb088

View File

@ -79,7 +79,7 @@ class AdjacencyMatrixGraph {
}
/**
* this method adds an edge to the graph between two specified
* This method adds an edge to the graph between two specified
* verticies
*
* @param from the data of the vertex the edge is from