From abdf7a39a1f5dcfcc601e410b3fa7bf5d7cd430b Mon Sep 17 00:00:00 2001 From: Tiago Collot Date: Thu, 22 Sep 2022 14:56:28 +0100 Subject: [PATCH] style(descendcomb): remove two dots --- subjects/descendcomb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/descendcomb/README.md b/subjects/descendcomb/README.md index 54c4bf17d..6fbfc633e 100644 --- a/subjects/descendcomb/README.md +++ b/subjects/descendcomb/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that prints in descending order and on a single line: all possible combinations of two different two-digit numbers. +Write a function that prints in descending 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.