From 9b0f111fc52b0b2c5328b225fe911304d1149fbe Mon Sep 17 00:00:00 2001 From: Zack Reneau-Wedeen Date: Tue, 24 Oct 2023 05:53:42 -0700 Subject: [PATCH 1/2] Fix typo in the typedoc of the HyperFormula class (#1322) * Fix typo --------- Co-authored-by: Kuba Sekowski --- src/HyperFormula.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HyperFormula.ts b/src/HyperFormula.ts index 45b9e4e62..7dd661ee5 100644 --- a/src/HyperFormula.ts +++ b/src/HyperFormula.ts @@ -68,7 +68,7 @@ import {Statistics, StatType} from './statistics' /** * This is a class for creating HyperFormula instance, all the following public methods - * ale related to this class. + * are related to this class. * * The instance can be created only by calling one of the static methods * `buildFromArray`, `buildFromSheets` or `buildEmpty` and should be disposed of with the From b133660cf7a8cc4032fc208d053662c611278371 Mon Sep 17 00:00:00 2001 From: Kuba Sekowski Date: Tue, 24 Oct 2023 14:58:57 +0200 Subject: [PATCH 2/2] Add a changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7cdddf0..e1d6e2d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Fixed an issue where operation on ranges with incompatible sizes resulted in a runtime exception. [#1267](https://github.com/handsontable/hyperformula/issues/1267) - Fixed an issue where `simpleCellAddressFromString` method was crashing when called with a non-ASCII character in an unquoted sheet name. [#1312](https://github.com/handsontable/hyperformula/issues/1312) +- Fixed a typo in the JSDoc comment of the `HyperFormula` class. [#1323](https://github.com/handsontable/hyperformula/issues/1323) ## [2.6.0] - 2023-09-19