docs(temperature_conv): correct grammar

This commit is contained in:
davhojt 2022-05-18 17:44:55 +03:00 committed by Dav Hojt
parent 2964d64e62
commit 1effd5d6dd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Write two functions which convert values of temperatures from `fahrenheit` to `celsius` and the other way around.
Write two functions which convert temperatures from `fahrenheit` to `celsius` and the other way around.
To pass this exercise you must use (9/5) in **both** functions.