1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Fix markdown formatting of link in docstring

This commit is contained in:
Emil Ernerfeldt
2024-02-05 17:21:12 +01:00
parent 579e84ec93
commit b36b3d69a8

View File

@@ -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.