We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f3f44 commit a64493eCopy full SHA for a64493e
graph/graph.ts
@@ -1,9 +1,9 @@
1
namespace $ {
2
3
/**
4
- * Generic Graph model.
+ * # Generic Graph model
5
* - Supports any type of Nodes and Edges.
6
- * - All links are ordered, but this ay be ignored.
+ * - All links are ordered, but this may be ignored.
7
* - Multigraph supported using arrays of Edges.
8
* - Hypergraph supported by reusing same Edge on set of links.
9
* - Ubergraph supported using Edges as Nodes to.
0 commit comments