From 38dd025ad9cb2e32b449cb3662e1b8cf08538634 Mon Sep 17 00:00:00 2001 From: jbhusson <jonah@elixxir.io> Date: Wed, 27 Jul 2022 16:21:29 -0400 Subject: [PATCH] Fix comment --- bindings/single.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/single.go b/bindings/single.go index 7e93d4085..ee1ea6fb7 100644 --- a/bindings/single.go +++ b/bindings/single.go @@ -76,7 +76,7 @@ func TransmitSingleUse(e2eID int, recipient []byte, tag string, payload, // - cb - the callback that will be called when a response is received // // Returns: -// - StopFunc - a function used to stop the listener +// - Stopper - an interface containing a function used to stop the listener func Listen(e2eID int, tag string, cb SingleUseCallback) (Stopper, error) { e2eCl, err := e2eTrackerSingleton.get(e2eID) if err != nil { -- GitLab