style(descendcomb): remove two dots

This commit is contained in:
Tiago Collot 2022-09-22 14:56:28 +01:00
parent c111c07e3c
commit abdf7a39a1
1 changed files with 1 additions and 1 deletions

View File

@ -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.