Skip to content

Commit 8ceea56

Browse files
committed
verticies to vertices
1 parent 3bfca30 commit 8ceea56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Data Structures/Graphs/MatrixGraphs.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public boolean edgeDoesExist(int from, int to) {
8080

8181
/**
8282
* This method adds an edge to the graph between two specified
83-
* verticies
83+
* vertices
8484
*
8585
* @param from the data of the vertex the edge is from
8686
* @param to the data of the vertex the edge is going to
@@ -101,7 +101,7 @@ public boolean addEdge(int from, int to) {
101101

102102
/**
103103
* this method removes an edge from the graph between two specified
104-
* verticies
104+
* vertices
105105
*
106106
* @param from the data of the vertex the edge is from
107107
* @param to the data of the vertex the edge is going to

0 commit comments

Comments
 (0)