Skip to content

Commit e72bf4c

Browse files
authored
Merge pull request TheAlgorithms#349 from cnuhoya/bigchoi
modify comment verticies to vertices
2 parents e8f04f4 + 1133f2a commit e72bf4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data Structures/Graphs/MatrixGraphs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public boolean removeEdge(int from, int to) {
120120
}
121121

122122
/**
123-
* this gives a list of verticies in the graph and their adjacencies
123+
* this gives a list of vertices in the graph and their adjacencies
124124
*
125125
* @return returns a string describing this graph
126126
*/

0 commit comments

Comments
 (0)