From 1133f2a278e032ec18816bddee36be7245aaa79a Mon Sep 17 00:00:00 2001 From: cnuhoya Date: Mon, 11 Dec 2017 12:15:54 +0900 Subject: [PATCH] modify comment verticies to vertices --- 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 f064c012..5723bf38 100644 --- a/Data Structures/Graphs/MatrixGraphs.java +++ b/Data Structures/Graphs/MatrixGraphs.java @@ -120,7 +120,7 @@ class AdjacencyMatrixGraph { } /** - * this gives a list of verticies in the graph and their adjacencies + * this gives a list of vertices in the graph and their adjacencies * * @return returns a string describing this graph */