Skip to content

Commit

Permalink
resistor-color: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
petertseng committed Oct 11, 2022
1 parent e4ac62a commit 0974e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/resistor-color/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The goal of this exercise is to create a way:
- to list the different band colors

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/).
They're both already included in this exercise's `Cargo.toml`.
They're both already included in this exercise's `Cargo.toml`.
Be sure to check the crates' documentation to learn how to use them.
You can look into the default implementation of the Debug trait for Enums to complete task number two.

Expand Down

0 comments on commit 0974e72

Please sign in to comment.