From 51635b9dcec07eaf26e5f7b23dae696c87ae0d4b Mon Sep 17 00:00:00 2001 From: Nic Date: Thu, 11 Mar 2021 09:45:34 -0500 Subject: [PATCH] Renamed getLenght() to getLength() This method is never actually called, so correcting the spelling should be harmless. --- src/context.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.js b/src/context.js index 207c582..6c6a04f 100644 --- a/src/context.js +++ b/src/context.js @@ -154,7 +154,7 @@ class StreamSerializationContext { return output } - getLenght () { + getLength () { return this.length }