Skip to content

Commit

Permalink
Merge #172
Browse files Browse the repository at this point in the history
172: Add missing triple tick mark to README.md r=Ogeon a=okaneco

Close code block in README.md

Co-authored-by: okaneco <47607823+okaneco@users.noreply.github.com>
  • Loading branch information
bors[bot] and okaneco committed Mar 14, 2020
2 parents 6662a27 + 46cf7e6 commit a2a4bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ assert_relative_eq!(raw_float, Srgb::new(1.0, 0.0, 1.0));

let raw: [u8; 3] = Srgb::into_raw(raw_float.into_format());
assert_eq!(raw, buffer);
```

## What It Isn't

Expand Down

0 comments on commit a2a4bc6

Please sign in to comment.