docs(ordinal) correct grammar

This commit is contained in:
davhojt 2022-05-30 13:16:49 +02:00 committed by Dav Hojt
parent c50fa2621c
commit 5da8e1cde2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Complete the function "num_to_ordinal" that receives a cardinal number and returns its ordinal number.
Complete the function `num_to_ordinal`. It returns the ordinal number for a given cardinal number.
### Expected functions