From bc128dd0708da6da29d9802ba658357d6b142455 Mon Sep 17 00:00:00 2001 From: parrrate Date: Fri, 12 Sep 2025 18:33:50 +0000 Subject: [PATCH] fix typo --- src/exercises/multiple_blanket.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exercises/multiple_blanket.md b/src/exercises/multiple_blanket.md index ab7ec15..333f46e 100644 --- a/src/exercises/multiple_blanket.md +++ b/src/exercises/multiple_blanket.md @@ -2,7 +2,7 @@ Make this compile with the following restrictions: -- **Can't edit definitions of `A`, `test`, `tes1`, `test2`; can only add code outside of those items.** +- **Can't edit definitions of `A`, `test`, `test1`, `test2`; can only add code outside of those items.** - **Some types are `A1` but not `A2`.** - **Some types are `A2` but not `A1`.** - Some types are `A` but not `A2`.