From a79bba1c4491269a1c76b7a9c750315443e07046 Mon Sep 17 00:00:00 2001 From: Vsevolod Rychkov Date: Thu, 21 Aug 2025 09:41:42 +0500 Subject: [PATCH 1/3] Resolves #315 by adding clarifications to the notes section --- projects/classes/the-shape-of-types/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/classes/the-shape-of-types/README.md b/projects/classes/the-shape-of-types/README.md index f82aba13..80a601b2 100644 --- a/projects/classes/the-shape-of-types/README.md +++ b/projects/classes/the-shape-of-types/README.md @@ -69,3 +69,5 @@ Two more exported classes must be exported that each extends `Horror`: ## Notes - You may add `#` private members to the classes as you wish, such as to store previously consumed opponents. +- Record each opponent's name, evil, and power *at the moment you consume them* — not a live reference +- If the horror haven’t eaten yet, its power starts at 0 From b58a1a12321239c74a58a70151fc1da8037dac10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josh=20Goldberg=20=E2=9C=A8?= Date: Thu, 21 Aug 2025 05:13:32 -0400 Subject: [PATCH 2/3] Update projects/classes/the-shape-of-types/README.md --- projects/classes/the-shape-of-types/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/classes/the-shape-of-types/README.md b/projects/classes/the-shape-of-types/README.md index 80a601b2..eb314595 100644 --- a/projects/classes/the-shape-of-types/README.md +++ b/projects/classes/the-shape-of-types/README.md @@ -70,4 +70,4 @@ Two more exported classes must be exported that each extends `Horror`: - You may add `#` private members to the classes as you wish, such as to store previously consumed opponents. - Record each opponent's name, evil, and power *at the moment you consume them* — not a live reference -- If the horror haven’t eaten yet, its power starts at 0 +- If a horror hasn't eaten yet, its power starts at 0 From f99494aeefc1b69b971cc1b9b4f7daa38526c35d Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Thu, 21 Aug 2025 05:15:08 -0400 Subject: [PATCH 3/3] pnpm format --write --- projects/classes/the-shape-of-types/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/classes/the-shape-of-types/README.md b/projects/classes/the-shape-of-types/README.md index eb314595..a1ec693e 100644 --- a/projects/classes/the-shape-of-types/README.md +++ b/projects/classes/the-shape-of-types/README.md @@ -69,5 +69,5 @@ Two more exported classes must be exported that each extends `Horror`: ## Notes - You may add `#` private members to the classes as you wish, such as to store previously consumed opponents. -- Record each opponent's name, evil, and power *at the moment you consume them* — not a live reference +- Record each opponent's name, evil, and power _at the moment you consume them_ — not a live reference - If a horror hasn't eaten yet, its power starts at 0