From ef5e4d4692a3e7fc3d24b6e780f18652287907ca Mon Sep 17 00:00:00 2001 From: mirumi Date: Sun, 18 Feb 2024 21:31:37 +0900 Subject: [PATCH] docs(types): fix description in index.d.ts (#11674) --- src/types/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; /** -- 2.47.3