From 1effd5d6dda997d00e0afa9577a8dc3565ce0fd0 Mon Sep 17 00:00:00 2001 From: davhojt Date: Wed, 18 May 2022 17:44:55 +0300 Subject: [PATCH] docs(temperature_conv): correct grammar --- subjects/temperature_conv/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/temperature_conv/README.md b/subjects/temperature_conv/README.md index 60f0487e..d4980760 100644 --- a/subjects/temperature_conv/README.md +++ b/subjects/temperature_conv/README.md @@ -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.