From f79acbb08879183d0d3d399fa01ac81045de17d6 Mon Sep 17 00:00:00 2001 From: Harsha Date: Sun, 19 Nov 2017 16:38:29 -0800 Subject: [PATCH] changed t to T --- Data Structures/Graphs/MatrixGraphs.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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