diff --git a/epaint/src/text/text_layout_types.rs b/epaint/src/text/text_layout_types.rs index 7b787fc0cbc8..d160884bc344 100644 --- a/epaint/src/text/text_layout_types.rs +++ b/epaint/src/text/text_layout_types.rs @@ -272,7 +272,7 @@ pub struct TextWrapping { /// Don't try to break text at an appropriate place. pub break_anywhere: bool, - /// Character to use to represent clipped text. + /// Character to use to represent clipped text, `…` for example. pub overflow_character: Option, }