Merge pull request #349 from cnuhoya/bigchoi

modify comment verticies to vertices
This commit is contained in:
Varun Upadhyay 2017-12-10 19:34:03 -08:00 committed by GitHub
commit e72bf4cec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ class AdjacencyMatrixGraph {
}
/**
* this gives a list of verticies in the graph and their adjacencies
* this gives a list of vertices in the graph and their adjacencies
*
* @return returns a string describing this graph
*/