From ccf72a3a63549dc4855e972b21e90d9fd4eabf7d Mon Sep 17 00:00:00 2001 From: Haokun Tang <60290183+TomCN0803@users.noreply.github.com> Date: Thu, 9 May 2024 05:34:06 +0800 Subject: [PATCH] series: fix typo in instructions (#1922) --- exercises/practice/series/.docs/instructions.append.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/series/.docs/instructions.append.md b/exercises/practice/series/.docs/instructions.append.md index 536a61a3d..a45087895 100644 --- a/exercises/practice/series/.docs/instructions.append.md +++ b/exercises/practice/series/.docs/instructions.append.md @@ -7,4 +7,4 @@ Consider the advantages and disadvantages of the following possibilities: - Crash the program with `panic!`. - Return a `Result::Err`. (not possible here, because the function signature is given) - Return an empty vector. -- Return a vector containing as many empty strings as the lenght of the string "digits" **plus one**. (this has some nice mathematical properties!) +- Return a vector containing as many empty strings as the length of the string "digits" **plus one**. (this has some nice mathematical properties!)