From b1c1f92fd73ae28f7352d0dd34b929c7457f836d Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Fri, 2 Jul 2021 17:44:12 +0100 Subject: [PATCH] Update README.md --- subjects/printcomb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.