From 797856008a6a145d739d2ba125a2198b7c9846e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:54:03 -0700 Subject: [PATCH] Grammar fix in resistor color instructions --- exercises/resistor-color-duo/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/resistor-color-duo/description.md b/exercises/resistor-color-duo/description.md index 766fbe9cba..bc9cf975d9 100644 --- a/exercises/resistor-color-duo/description.md +++ b/exercises/resistor-color-duo/description.md @@ -29,5 +29,5 @@ The band colors are encoded as follows: - White: 9 From the example above: -brown-green should return 15 +brown-green should return 15, and brown-green-violet should return 15 too, ignoring the third color.