docs(speed_transformation): correct grammar

This commit is contained in:
davhojt 2022-05-18 17:50:47 +03:00 committed by Dav Hojt
parent 1effd5d6dd
commit 7970f0638c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Create a **function** that receives the speed in km/h (kilometers per hour) and returns the equivalent in m/s (meters per second).
Create a **function** that converts speed from km/h (kilometers per hour) and returns m/s (meters per second).
### Expected Function