summaryrefslogtreecommitdiffstats
path: root/runtime/src/window/screenshot.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/window/screenshot.rs')
-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`].