Skip to content

Commit a64493e

Browse files
author
jin
committed
+1
1 parent 87f3f44 commit a64493e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph/graph.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
namespace $ {
22

33
/**
4-
* Generic Graph model.
4+
* # Generic Graph model
55
* - Supports any type of Nodes and Edges.
6-
* - All links are ordered, but this ay be ignored.
6+
* - All links are ordered, but this may be ignored.
77
* - Multigraph supported using arrays of Edges.
88
* - Hypergraph supported by reusing same Edge on set of links.
99
* - Ubergraph supported using Edges as Nodes to.

0 commit comments

Comments
 (0)