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
commit cda4b5c977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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