Skip to content

Commit

Permalink
Fix markdown formatting of link in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 5, 2024
1 parent 579e84e commit b36b3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ pub struct Options {
///
/// It is recommended you keep this OFF, because
/// it is know to cause endless repaints, for unknown reasons
/// (https://github.com/rerun-io/rerun/issues/5018)
/// (<https://github.com/rerun-io/rerun/issues/5018>).
pub repaint_on_widget_change: bool,

/// This is a signal to any backend that we want the [`crate::PlatformOutput::events`] read out loud.
Expand Down

0 comments on commit b36b3d6

Please sign in to comment.