Skip to content

Commit 49cc1ec

Browse files
authored
Update instructions.md (#3500)
Fix some small typos and one example
1 parent 3386a89 commit 49cc1ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/practice/resistor-color-expert/.docs/instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@ This exercise is about translating the resistor band colors into a label:
6161

6262
"... ohms ...%"
6363

64-
So an input of "orange", "orange", "black, green" should return:
64+
So an input of "orange", "orange", "black", "green" should return:
6565

6666
"33 ohms ±0.5%"
6767

6868
When there are more than a thousand ohms, we say "kiloohms".
6969
That's similar to saying "kilometer" for 1000 meters, and "kilograms" for 1000 grams.
7070

71-
So an input of "orange", "orange", "orange", grey should return:
71+
So an input of "orange", "orange", "orange", "grey" should return:
7272

7373
"33 kiloohms ±0.05%"
7474

7575
When there are more than a million ohms, we say "megaohms".
7676

77-
So an input of "orange", "orange", "orange", "red" should return:
77+
So an input of "orange", "orange", "blue", "red" should return:
7878

7979
"33 megaohms ±2%"

0 commit comments

Comments
 (0)