From: mirumi Date: Sun, 18 Feb 2024 12:31:37 +0000 (+0900) Subject: docs(types): fix description in index.d.ts (#11674) X-Git-Tag: v4.4.2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef5e4d4692a3e7fc3d24b6e780f18652287907ca;p=thirdparty%2FChart.js.git docs(types): fix description in index.d.ts (#11674) --- diff --git a/src/types/index.d.ts b/src/types/index.d.ts index 84cf089ca..98bdf09a2 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -3268,11 +3268,11 @@ export type LinearScaleOptions = CartesianScaleOptions & { */ beginAtZero: boolean; /** - * Adjustment used when calculating the maximum data value. + * Adjustment used when calculating the minimum data value. */ suggestedMin?: number; /** - * Adjustment used when calculating the minimum data value. + * Adjustment used when calculating the maximum data value. */ suggestedMax?: number; /**