From 27f61b187142df4dbbde9393271bc755afae95fb Mon Sep 17 00:00:00 2001
From: joshemb <josh@elixxir.io>
Date: Fri, 21 Oct 2022 14:40:18 -0700
Subject: [PATCH] Fix issue in docs

---
 wasm/channels.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wasm/channels.go b/wasm/channels.go
index 299801c8..51e4b296 100644
--- a/wasm/channels.go
+++ b/wasm/channels.go
@@ -1260,7 +1260,7 @@ func newChannelDbCipherJS(api *bindings.ChannelDbCipher) map[string]interface{}
 //    passed into [NewCmix] (Uint8Array).
 //  - args[2] - The maximum size of a payload to be encrypted.
 //    A payload passed into [ChannelDbCipher.Encrypt] that is larger than
-//    plaintTextBlockSize will result in an error (int).
+//    this value will result in an error (int).
 //
 // Returns:
 //   - A JavaScript representation of the [ChannelDbCipher].
@@ -1323,4 +1323,4 @@ func (c *ChannelDbCipher) Decrypt(_ js.Value, args []js.Value) interface{} {
 
 	return utils.CopyBytesToJS(plaintext)
 
-}
\ No newline at end of file
+}
-- 
GitLab