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

Fix doclinks

This commit is contained in:
Emil Ernerfeldt
2022-04-03 20:38:51 +02:00
parent 901b7c7994
commit dfd6a91cb0
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ pub struct LayoutJob {
/// How to horizontally align the text (`Align::LEFT`, `Align::Center`, `Align::RIGHT`).
pub halign: Align,
/// Justify text so that word-wrapped rows fill the whole [`Self::wrap_width`]
/// Justify text so that word-wrapped rows fill the whole [`TextWrapping::max_width`]
pub justify: bool,
}