We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f2b65 commit e1feed6Copy full SHA for e1feed6
src/data-structures/graphs/graph.js
@@ -257,7 +257,7 @@ class Graph {
257
}
258
259
260
-Graph.UNDIRECTED = Symbol('directed graph'); // one-way edges
261
-Graph.DIRECTED = Symbol('undirected graph'); // two-ways edges
+Graph.UNDIRECTED = Symbol('undirected graph'); // one-way edges
+Graph.DIRECTED = Symbol('directed graph'); // two-ways edges
262
263
module.exports = Graph;
0 commit comments