diff --git a/subjects/descendcomb/README.md b/subjects/descendcomb/README.md index 54c4bf17..6fbfc633 100644 --- a/subjects/descendcomb/README.md +++ b/subjects/descendcomb/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that prints in descending order and on a single line: all possible combinations of two different two-digit numbers. +Write a function that prints in descending order and on a single line all possible combinations of two different two-digit numbers. These combinations are separated by a comma and a space.