From 543ac153edb2ae92a097a0278bdb83222f4f81e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Proch=C3=A1zka?= <1665677+jprochazk@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:03:58 +0200 Subject: [PATCH] Update crates/egui/src/ui.rs Co-authored-by: Emil Ernerfeldt --- crates/egui/src/ui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/ui.rs b/crates/egui/src/ui.rs index ebc84ec1da3..a3002aed433 100644 --- a/crates/egui/src/ui.rs +++ b/crates/egui/src/ui.rs @@ -1576,7 +1576,7 @@ impl Ui { /// # }); /// ``` /// - /// See also [`crate::Image`] and [`crate::ImageSource`]. + /// See also [`crate::Image`], [`crate::ImageSource`] and [`Self::raw_image`]. #[inline] pub fn image<'a>(&mut self, source: impl Into>) -> Response { Image::new(source.into()).ui(self)