diff --git a/subjects/ordinal/README.md b/subjects/ordinal/README.md index ea5f2bae..a39c6e47 100644 --- a/subjects/ordinal/README.md +++ b/subjects/ordinal/README.md @@ -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