Skip to content

Commit

Permalink
Update comment for kelvin string input.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentlouisetonino committed Jul 30, 2024
1 parent 73c50f6 commit 2f42764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scales/kelvin_option.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2f42764

Please sign in to comment.