Skip to content

Commit

Permalink
Fix broken doclinks
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 1, 2023
1 parent ec39563 commit 0c9673b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/viewport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use crate::{Context, Id};

/// This is used to send a command to a specific viewport
///
/// This is returned by [`Context::get_viewport_id`] and [`Context::get_parent_viewport_id`].
/// This is returned by [`Context::viewport_id`] and [`Context::parent_viewport_id`].
#[derive(Default, Debug, Hash, Clone, Copy, PartialEq, Eq)]
pub struct ViewportId(pub(crate) u64);

Expand Down

0 comments on commit 0c9673b

Please sign in to comment.