1
0
Fork 0

`boolen` -> `boolean` typo fix

pull/1737/head
Gerard Ryan 2024-05-18 17:46:28 +10:00 committed by GitHub
parent ae38557bb0
commit 01660fa5f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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