From 2f4276423fdb67eee2cc9286070397dfe397f56f Mon Sep 17 00:00:00 2001 From: Kent Louise Tonino Date: Tue, 30 Jul 2024 19:36:00 +0800 Subject: [PATCH] Update comment for kelvin string input. --- src/scales/kelvin_option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scales/kelvin_option.c b/src/scales/kelvin_option.c index 4ba2b3b..bdfb444 100644 --- a/src/scales/kelvin_option.c +++ b/src/scales/kelvin_option.c @@ -44,7 +44,7 @@ void kelvin_option(void) { invalid_input = 0; } - // Convert the kelvin input to double.. + // Convert the kelvin string input to double.. double kelvin_double = atof(kelvin_string); // Handle computation for celsius scale.