Fix typo in docstring (#2643)

Tiny typo fix <3
This commit is contained in:
tlhenvironment 2023-02-04 13:53:20 +01:00 committed by GitHub
parent 9c270448a6
commit fb5cb3052d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1572,7 +1572,7 @@ impl Ui {
/// } /// }
/// ``` /// ```
/// ///
/// Se also [`crate::Image`] and [`crate::ImageButton`]. /// See also [`crate::Image`] and [`crate::ImageButton`].
#[inline] #[inline]
pub fn image(&mut self, texture_id: impl Into<TextureId>, size: impl Into<Vec2>) -> Response { pub fn image(&mut self, texture_id: impl Into<TextureId>, size: impl Into<Vec2>) -> Response {
Image::new(texture_id, size).ui(self) Image::new(texture_id, size).ui(self)