Skip to content

Commit 1133f2a

Browse files
committed
modify comment verticies to vertices
1 parent e8f04f4 commit 1133f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data Structures/Graphs/MatrixGraphs.java

+1-1
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)