summaryrefslogtreecommitdiffstats
path: root/graphics/src/compositor.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-09 21:08:23 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-09 21:08:23 +0200
commit419d9374b79b39293ba9a17967c2356d29377d8f (patch)
tree2fd3b5f27ff4ac185a105ddce1a8f26b1b5b276b /graphics/src/compositor.rs
parentf60884f6f8639f75258c264bf4a15591351ef05b (diff)
downloadiced-419d9374b79b39293ba9a17967c2356d29377d8f.tar.gz
iced-419d9374b79b39293ba9a17967c2356d29377d8f.tar.bz2
iced-419d9374b79b39293ba9a17967c2356d29377d8f.zip
Fix outstanding broken intradoc links
Diffstat (limited to 'graphics/src/compositor.rs')
-rw-r--r--graphics/src/compositor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/compositor.rs b/graphics/src/compositor.rs
index f7b86045..7173ffa7 100644
--- a/graphics/src/compositor.rs
+++ b/graphics/src/compositor.rs
@@ -63,7 +63,7 @@ pub trait Compositor: Sized {
/// Screenshots the current [`Renderer`] primitives to an offscreen texture, and returns the bytes of
/// the texture ordered as `RGBA` in the sRGB color space.
///
- /// [`Renderer`]: Self::Renderer;
+ /// [`Renderer`]: Self::Renderer
fn screenshot<T: AsRef<str>>(
&mut self,
renderer: &mut Self::Renderer,