Skip to content

Commit 75df403

Browse files
authored
resistor-color: explicitly number the tasks (#1587)
Otherwise it's not clear what "task number one" is.
1 parent b8f9995 commit 75df403

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exercises/concept/resistor-color/.docs/instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ These colors are encoded as follows:
2626
- Grey: 8
2727
- White: 9
2828

29-
The goal of this exercise is to create a way:
30-
- to look up the numerical value associated with a particular color band
31-
- to convert the numerical value into a string representing color
32-
- to list the different band colors
29+
The goal of this exercise is to create a way to:
30+
1. look up the numerical value associated with a particular color band
31+
2. convert the numerical value into a string representing color
32+
3. list the different band colors
3333

3434
For task number one, you will need the external crate [`int-enum`](https://docs.rs/int-enum/0.5.0/int_enum/) and for task number three, you'll need [`enum-iterator`](https://docs.rs/enum-iterator/1.2.0/enum_iterator/).
3535
They're both already included in this exercise's `Cargo.toml`.

0 commit comments

Comments
 (0)