diff --git a/egui_commonmark/src/lib.rs b/egui_commonmark/src/lib.rs index 845d9f1..b30d540 100644 --- a/egui_commonmark/src/lib.rs +++ b/egui_commonmark/src/lib.rs @@ -190,7 +190,7 @@ impl<'f> CommonMarkViewer<'f> { /// let svg = map /// .entry(math.to_string()) /// .or_insert_with(|| { - /// if (inline) { + /// if inline { /// // render as inline /// // dummy data for the example /// Arc::new([0])