From f7bf0a5bb54557600bf486715e1c5977433a4335 Mon Sep 17 00:00:00 2001 From: Hannah Howard Date: Tue, 3 Aug 2021 09:44:32 -0700 Subject: [PATCH] Update graphsync.go Co-authored-by: Masih H. Derkani <301855+masih@users.noreply.github.com> --- graphsync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphsync.go b/graphsync.go index d6a5b0b1..69392119 100644 --- a/graphsync.go +++ b/graphsync.go @@ -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 }