Skip to content

Commit

Permalink
fix doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Jan 10, 2025
1 parent cb3e696 commit c3ee2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/viewer/re_ui/src/list_item/custom_content.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ impl<'a> CustomContent<'a> {
/// Create a content with a custom UI closure.
///
/// The closure will be called from within a [`egui::Ui`] with its maximum width set as per the
/// list item geometry. Note that this may differ from [`crate::ContentContext::rect`] if a
/// button is set.
/// list item geometry. Note that this may differ from [`ContentContext::rect`] if a button is
/// set.
pub fn new(ui: impl FnOnce(&mut egui::Ui, &ContentContext<'_>) + 'a) -> Self {
Self {
ui: Box::new(ui),
Expand Down

0 comments on commit c3ee2e0

Please sign in to comment.