From 4c8ffd7332a918576f7e9c95a7b5f84b7e43161c Mon Sep 17 00:00:00 2001 From: Jeremy Walker Date: Tue, 13 Aug 2024 11:55:49 +0100 Subject: [PATCH] Update description.md Forum discussion: http://forum.exercism.org/t/series-problem-description-unclear/12477 --- exercises/series/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/series/description.md b/exercises/series/description.md index 67fc3a11bc..dd4bd7b104 100644 --- a/exercises/series/description.md +++ b/exercises/series/description.md @@ -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. Note that these series are only required to occupy _adjacent positions_ in the input; the digits need not be _numerically consecutive_.