diff --git a/Data Structures/Graphs/MatrixGraphs.java b/Data Structures/Graphs/MatrixGraphs.java index 9e0ae926..424e69b8 100644 --- a/Data Structures/Graphs/MatrixGraphs.java +++ b/Data Structures/Graphs/MatrixGraphs.java @@ -79,7 +79,7 @@ class AdjacencyMatrixGraph { } /** - * 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