diff --git a/Data Structures/Graphs/MatrixGraphs.java b/Data Structures/Graphs/MatrixGraphs.java index 9e0ae926e854..424e69b8e675 100644 --- a/Data Structures/Graphs/MatrixGraphs.java +++ b/Data Structures/Graphs/MatrixGraphs.java @@ -79,7 +79,7 @@ public boolean edgeDoesExist(int from, int to) { } /** - * this method adds an edge to the graph between two specified + * This method adds an edge to the graph between two specified * verticies * * @param from the data of the vertex the edge is from