Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e1feed6

Browse files
authored
Minor correction in Symbol description
1 parent 57f2b65 commit e1feed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/data-structures/graphs/graph.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class Graph {
257257
}
258258
}
259259

260-
Graph.UNDIRECTED = Symbol('directed graph'); // one-way edges
261-
Graph.DIRECTED = Symbol('undirected graph'); // two-ways edges
260+
Graph.UNDIRECTED = Symbol('undirected graph'); // one-way edges
261+
Graph.DIRECTED = Symbol('directed graph'); // two-ways edges
262262

263263
module.exports = Graph;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /