Skip to content

Commit

Permalink
fix unfinished doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Sep 30, 2024
1 parent 3be113b commit eabb701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit eabb701

Please sign in to comment.