summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorLibravatar Yuri Astrakhan <YuriAstrakhan@gmail.com>2023-09-19 01:50:05 -0400
committerLibravatar Yuri Astrakhan <YuriAstrakhan@gmail.com>2023-09-19 01:50:05 -0400
commitc6554d990770b941b5003d6ef40af3f9dedcd052 (patch)
tree320357161634eeafcc4a33d7c41aa1e39f1ee93e /runtime
parent4613eb26cba3ded83f25ebdefd01c983c79a9d59 (diff)
downloadiced-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 'runtime')
-rw-r--r--runtime/src/window/screenshot.rs2
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`].