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