Skip to content

Commit

Permalink
fix(graphsync): update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Aug 3, 2021
1 parent 2c8f175 commit 4a7ecf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphsync.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,6 @@ type GraphExchange interface {
// CancelResponse cancels an in progress response
CancelResponse(peer.ID, RequestID) error

// CancelRequest cancels an in progress response
// CancelRequest cancels an in progress request
CancelRequest(context.Context, RequestID) error
}

0 comments on commit 4a7ecf8

Please sign in to comment.