Commit 09b845ce authored by hannahhoward's avatar hannahhoward

docs(README): whitespace fix

parent 14dd7ab7
...@@ -168,7 +168,7 @@ rootedSelector := graphsync.SelectorSpecFromCidAndPath(lnk, pathSegments) ...@@ -168,7 +168,7 @@ rootedSelector := graphsync.SelectorSpecFromCidAndPath(lnk, pathSegments)
```golang ```golang
type ResponseProgress struct { type ResponseProgress struct {
Node ipld.Node // a node which matched the graphsync query Node ipld.Node // a node which matched the graphsync query
Path ipld.Path // the path of that node relative to the traversal start Path ipld.Path // the path of that node relative to the traversal start
LastBlock struct { // LastBlock stores the Path and Link of the last block edge we had to load. LastBlock struct { // LastBlock stores the Path and Link of the last block edge we had to load.
ipld.Path ipld.Path
......
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