Skip to content

Commit 0974e72

Browse files
committed
resistor-color: remove trailing whitespace
1 parent e4ac62a commit 0974e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The goal of this exercise is to create a way:
3232
- to 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.4.0/int_enum/) and for task number three, you'll need [`enum-iterator`](https://docs.rs/enum-iterator/1.1.1/enum_iterator/).
35-
They're both already included in this exercise's `Cargo.toml`.
35+
They're both already included in this exercise's `Cargo.toml`.
3636
Be sure to check the crates' documentation to learn how to use them.
3737
You can look into the default implementation of the Debug trait for Enums to complete task number two.
3838

0 commit comments

Comments
 (0)