From a70fccee18c5db6d3e4e07469fd52b520dddf28b Mon Sep 17 00:00:00 2001 From: borderite Date: Wed, 14 May 2025 15:46:08 -0700 Subject: [PATCH] Modified the description of resister-color-trio Per the [discussion](http://forum.exercism.org/t/resister-color-trio-exercise-may-need-clarification/17391) in the forum, an example in the problem description of the resister-color-trio exercise has been replaced. --- exercises/resistor-color-trio/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/resistor-color-trio/description.md b/exercises/resistor-color-trio/description.md index beb41e9854..25017074b7 100644 --- a/exercises/resistor-color-trio/description.md +++ b/exercises/resistor-color-trio/description.md @@ -31,7 +31,7 @@ For the exercise it doesn't matter what ohms really are. For example: - orange-orange-black would be 33 and no zeros, which becomes 33 ohms. -- orange-orange-red would be 33 and 2 zeros, which becomes 3300 ohms. +- orange-orange-brown would be 33 and 1 zero, which becomes 330 ohms. - orange-orange-orange would be 33 and 3 zeros, which becomes 33000 ohms. (If Math is your thing, you may want to think of the zeros as exponents of 10.