From 4ee976696faaed9e678b8d0c3b1b9132355defd5 Mon Sep 17 00:00:00 2001 From: parrrate Date: Thu, 9 Apr 2026 12:56:16 +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`.