From 91596db6e4cfdf4aa7c98ce07b6add15d9c1eb96 Mon Sep 17 00:00:00 2001
From: Benjamin Wenger <ben@elixxir.ioo>
Date: Mon, 19 Sep 2022 13:26:00 -0700
Subject: [PATCH] fixed godoc

---
 bindings/channels.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/channels.go b/bindings/channels.go
index f6159887a..cf179b34a 100644
--- a/bindings/channels.go
+++ b/bindings/channels.go
@@ -171,7 +171,7 @@ func NewChannelsManagerGoEventModel(e2eID, udID int,
 // NewChannelsManagerGoEventModelDummyNameService constructs a
 // ChannelsManager. This is not compatible with GoMobile Bindings because
 // it receives the go event model. This uses the dummy name service
-// and is for debugging only
+// and is for debugging only.
 // Parameters:
 //  - e2eID - The tracked e2e object ID. This can be retrieved using
 //    [E2e.GetID].
-- 
GitLab