diff --git a/subjects/printcombn/README.md b/subjects/printcombn/README.md index dd69cc1a..c26caa0d 100644 --- a/subjects/printcombn/README.md +++ b/subjects/printcombn/README.md @@ -2,7 +2,7 @@ ### Instructions -- Write a function that prints all possible combinations of **n** different digits in ascending order. (Look at the digits in the examples carefully) +- Write a function that prints all possible combinations of **n** different digits in ascending order. - n will be defined as : 0 < n < 10