modify comment verticies to vertices

This commit is contained in:
cnuhoya 2017-12-11 12:15:54 +09:00
parent e8f04f4bdc
commit 1133f2a278

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
*/