Skip to content

Commit

Permalink
Update crates/egui/src/ui.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Emil Ernerfeldt <[email protected]>
  • Loading branch information
jprochazk and emilk authored Sep 11, 2023
1 parent b42b3a4 commit 543ac15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<ImageSource<'a>>) -> Response {
Image::new(source.into()).ui(self)
Expand Down

0 comments on commit 543ac15

Please sign in to comment.