From 01660fa5f02e063ea6fc25290ffa4193baecfe10 Mon Sep 17 00:00:00 2001 From: Gerard Ryan Date: Sat, 18 May 2024 17:46:28 +1000 Subject: [PATCH] `boolen` -> `boolean` typo fix --- packages/core/src/summary.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/summary.ts b/packages/core/src/summary.ts index 015f2eea76..1ecb263d62 100644 --- a/packages/core/src/summary.ts +++ b/packages/core/src/summary.ts @@ -150,7 +150,7 @@ class Summary { /** * If the summary buffer is empty * - * @returns {boolen} true if the buffer is empty + * @returns {boolean} true if the buffer is empty */ isEmptyBuffer(): boolean { return this._buffer.length === 0