From eabb701fadc24858856a146ecc2062544681c443 Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Mon, 30 Sep 2024 09:31:48 +0200 Subject: [PATCH] fix unfinished doc comment --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d4c640ef..37ef5786 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -798,7 +798,7 @@ pub struct EguiContextQuery { pub render_target_size: &'static mut RenderTargetSize, /// [`Window`] component, when rendering to a window. pub window: Option<&'static mut Window>, - /// Cursor for the + /// [`CursorIcon`] component. pub cursor: Option<&'static mut CursorIcon>, /// [`EguiRenderToTextureHandle`] component, when rendering to a texture. #[cfg(feature = "render")]