From 0ff12e73259b35861c89d89a38eaa0ad34b845f2 Mon Sep 17 00:00:00 2001 From: "( Nechiforel David-Samuel ) NsdHSO" Date: Fri, 30 Jun 2023 18:54:42 +0300 Subject: [PATCH] =?UTF-8?q?docs=20=F0=9F=93=9D=20:=20fix=20some=20words?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/sodium/Stream.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/sodium/Stream.ts b/src/lib/sodium/Stream.ts index 8280451..6adba2a 100644 --- a/src/lib/sodium/Stream.ts +++ b/src/lib/sodium/Stream.ts @@ -491,7 +491,7 @@ export class Stream { return out; }); */ - // We can't use the implementation above, beacuse deregistering + // We can't use the implementation above, because unregistering // listeners triggers the exception // "send() was invoked before listeners were registered" // We can revisit this another time. For now we will use the less @@ -538,7 +538,7 @@ export class Stream { /** - * Fantasy-land Algebraic Data Type Compatability. + * Fantasy-land Algebraic Data Type Compatibility. * Stream satisfies the Functor and Monoid Categories (and hence Semigroup) * @see {@link https://github.com/fantasyland/fantasy-land} for more info */