From 4e8be7358f8b2414a9385760f1c2d6c01247d5b8 Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Sat, 12 Oct 2019 00:50:58 +0100 Subject: [PATCH] wording enhancement --- subjects/printcomb.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/printcomb.en.md b/subjects/printcomb.en.md index 1ccaea33e..de8e24390 100644 --- a/subjects/printcomb.en.md +++ b/subjects/printcomb.en.md @@ -2,7 +2,7 @@ ### Instructions -Write a [function](TODO-LINK) that prints in ascending order on a single line all unique combinations of three different digits so that the first digit is less than the second and the second is less than the third. +Write a [function](TODO-LINK) 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. These combinations are separated by a comma and a space.