mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-05 10:19:18 +00:00
Remove a redundant character from the range
This commit is contained in:
parent
f38f42f17d
commit
febad3e30d
@ -20,7 +20,7 @@ struct Color {
|
||||
//
|
||||
// Note, that implementation for tuple and array will be checked at compile-time,
|
||||
// but slice implementation need check slice length!
|
||||
// Also note, that chunk of correct rgb color must be integer in range 0..=255.
|
||||
// Also note, that chunk of correct rgb color must be integer in range 0..255.
|
||||
|
||||
// Tuple implementation
|
||||
impl TryFrom<(i16, i16, i16)> for Color {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user