diff --git a/subjects/printcomb/README.md b/subjects/printcomb/README.md index bb2dee3d..f4085887 100644 --- a/subjects/printcomb/README.md +++ b/subjects/printcomb/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that prints in ascending order on a single line all unique combinations of three different digits so that the first digit is lower than the second and the second is lower than the third. +Write a function that prints, in ascending order and on a single line: all **unique** combinations of three different digits so that, the first digit is lower than the second, and the second is lower than the third. These combinations are separated by a comma and a space.