Browse Source

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

pull/2662/head
miguel 2 months ago committed by MSilva95
parent
commit
701ddd5a70
  1. 1
      subjects/rgb_match/README.md

1
subjects/rgb_match/README.md

@ -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,

Loading…
Cancel
Save