Skip to content

Commit a32f53a

Browse files
committed
Fix doclink
1 parent 6346f3f commit a32f53a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/epaint/src/text/text_layout_types.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,10 @@ pub struct TextFormat {
283283
/// If you use a small font and [`Align::BOTTOM`]
284284
/// you get the effect of a subscript.
285285
///
286-
/// If you use [`Align::center`], you get text that is centered
286+
/// If you use [`Align::Center`], you get text that is centered
287287
/// around a common center-line, which is nice when mixining emojis
288288
/// and normal text in e.g. a button.
289289
pub valign: Align,
290-
// TODO(emilk): lowered
291290
}
292291

293292
impl Default for TextFormat {

0 commit comments

Comments
 (0)