Chore: Apply clippy docs keyword quoting

Add quotes a number of doc strings like `sRGB`
This commit is contained in:
Yuri Astrakhan 2023-09-19 01:50:05 -04:00
parent 4613eb26cb
commit c6554d9907
6 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ use std::sync::Arc;
/// Data of a screenshot, captured with `window::screenshot()`.
///
/// The `bytes` of this screenshot will always be ordered as `RGBA` in the sRGB color space.
/// The `bytes` of this screenshot will always be ordered as `RGBA` in the `sRGB` color space.
#[derive(Clone)]
pub struct Screenshot {
/// The bytes of the [`Screenshot`].