From 49e164e415efec0ed96c102c8922868ea91d38ba Mon Sep 17 00:00:00 2001 From: mirumi Date: Sat, 17 Feb 2024 19:11:08 +0900 Subject: [PATCH] docs(types): fix description in index.d.ts --- 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 84cf089cad2..98bdf09a212 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; /**