Merge pull request #321 from harshar11/master

changed t to T
This commit is contained in:
Varun Upadhyay
2017-11-19 16:51:28 -08:00
committed by GitHub

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