Skip to content

Commit

Permalink
Update the string input for celsius.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentlouisetonino committed Jul 30, 2024
1 parent bdaf74c commit 73c50f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scales/celsius_option.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void celsius_option(void) {
invalid_input = 0;
}

// Convert the celcius input to double.
// Convert the celcius string input to double.
double celsius_double = atof(celsius_string);

// Handle computation for fahrenheit.
Expand Down

0 comments on commit 73c50f6

Please sign in to comment.