docs(rgb-match) fix subject of rgb-match

This commit is contained in:
miguel 2024-07-24 11:01:55 +01:00 committed by MSilva95
parent 4778a0b693
commit 701ddd5a70
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Implement the struct `Color` with the associated function `swap`. This function
### Expected functions
```rust
#[derive(Debug, Clone, Copy, PartialEq)]
pub struct Color {
pub r: u8,
pub g: u8,