Skip to content

Commit

Permalink
Add missing triple tick mark to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okaneco committed Mar 14, 2020
1 parent 6662a27 commit 46cf7e6
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 46cf7e6

Please sign in to comment.