Consistent wording
This commit is contained in:
@ -5,7 +5,7 @@ tags: math,beginner
|
||||
|
||||
Converts Fahrenheit to Celsius.
|
||||
|
||||
- Follows the conversion formula `C = (F - 32) * 5/9`.
|
||||
- Follow the conversion formula `C = (F - 32) * 5/9`.
|
||||
|
||||
```js
|
||||
const fahrenheitToCelsius = degrees => (degrees - 32) * 5 / 9;
|
||||
|
||||
Reference in New Issue
Block a user