Commit 80d6f0ab authored by hannahhoward's avatar hannahhoward

docs(diagram): minor syntax fix

parent a14cdead
......@@ -29,7 +29,9 @@ package "go-ipld-prime" {
TraversalProgress *-- TraversalConfig
}
interface Loader {}
interface Loader {
}
}
package "go-graphsync" {
......@@ -39,8 +41,7 @@ package "go-graphsync" {
Path ipld.Path
LastBlock struct {
ipld.Node
ipld.Link
}
ipld.Link }
}
interface Cid2BlockFn {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment