Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/series/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ And the following 4-digit series:
- "4914"
- "9142"

And if you ask for a 6-digit series from a 5-digit string, you deserve whatever you get.
Trying to extract a 6-digit series from a 5-digit string should result in an error.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is "should result in an error" something that should be track specific behavior?


Note that these series are only required to occupy _adjacent positions_ in the input;
the digits need not be _numerically consecutive_.