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 1812da7 commit cec3b04Copy full SHA for cec3b04
src/data-structures/graphs/graph.js
@@ -252,7 +252,7 @@ class Graph {
252
}
253
254
255
-Graph.UNDIRECTED = Symbol('directed graph'); // two-ways edges
256
-Graph.DIRECTED = Symbol('undirected graph'); // one-way edges
+Graph.UNDIRECTED = Symbol('undirected graph'); // two-way edges
+Graph.DIRECTED = Symbol('directed graph'); // one-way edges
257
258
module.exports = Graph;
0 commit comments