Skip to content

Commit cda4b5c

Browse files
authored
Merge pull request TheAlgorithms#321 from harshar11/master
changed t to T
2 parents 7e5b82c + f79acbb commit cda4b5c

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
@@ -79,7 +79,7 @@ public boolean edgeDoesExist(int from, int to) {
7979
}
8080

8181
/**
82-
* this method adds an edge to the graph between two specified
82+
* This method adds an edge to the graph between two specified
8383
* verticies
8484
*
8585
* @param from the data of the vertex the edge is from

0 commit comments

Comments
 (0)