diff options
| author | 2023-09-19 01:50:05 -0400 | |
|---|---|---|
| committer | 2023-09-19 01:50:05 -0400 | |
| commit | c6554d990770b941b5003d6ef40af3f9dedcd052 (patch) | |
| tree | 320357161634eeafcc4a33d7c41aa1e39f1ee93e /runtime | |
| parent | 4613eb26cba3ded83f25ebdefd01c983c79a9d59 (diff) | |
| download | iced-c6554d990770b941b5003d6ef40af3f9dedcd052.tar.gz iced-c6554d990770b941b5003d6ef40af3f9dedcd052.tar.bz2 iced-c6554d990770b941b5003d6ef40af3f9dedcd052.zip  | |
Chore: Apply clippy docs keyword quoting
Add quotes a number of doc strings like `sRGB`
Diffstat (limited to '')
| -rw-r--r-- | runtime/src/window/screenshot.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/window/screenshot.rs b/runtime/src/window/screenshot.rs index c84286b6..21e04718 100644 --- a/runtime/src/window/screenshot.rs +++ b/runtime/src/window/screenshot.rs @@ -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`].  | 
