From d98e3470d2da9b5c9afcf34b990c7258d3b144e4 Mon Sep 17 00:00:00 2001 From: timofey Date: Tue, 7 Nov 2023 06:30:56 +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`.