diff --git a/subjects/printcomb2/README.md b/subjects/printcomb2/README.md index 620b46d7..40043087 100644 --- a/subjects/printcomb2/README.md +++ b/subjects/printcomb2/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that prints in ascending order on a single line all possible combinations of two different two-digit numbers. +Write a function that prints in ascending 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.