Skip to content

Commit

Permalink
Update description.md (#2389)
Browse files Browse the repository at this point in the history
Only one occurrence of the sentence “The program must also report any values that are out of range.” should be sufficient.
  • Loading branch information
dawidsip authored Feb 20, 2024
1 parent 830eb55 commit 53e7947
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exercises/say/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ Implement breaking a number up into chunks of thousands.

So `1234567890` should yield a list like 1, 234, 567, and 890, while the far simpler `1000` should yield just 1 and 0.

The program must also report any values that are out of range.

## Step 3

Now handle inserting the appropriate scale word between those chunks.
Expand Down

0 comments on commit 53e7947

Please sign in to comment.