Skip to content

Commit

Permalink
Fix doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jun 5, 2024
1 parent 882baf5 commit 820645c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/ui_stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl UiStackInfo {
/// User-chosen tags.
///
/// You can use this in any way you want,
/// i.e. to set some tag on a [`Ui`] and then in your own widget check
/// i.e. to set some tag on a [`crate::Ui`] and then in your own widget check
/// for the existence of this tag up the [`UiStack`].
///
/// Note that egui never sets any tags itself, so this is purely for user code.
Expand Down

0 comments on commit 820645c

Please sign in to comment.