Skip to content

Commit cc5e433

Browse files
committed
Added doc comment on line breaks.
1 parent fe14001 commit cc5e433

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Nu/Nu/Render/RendererPrelude.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ type [<Struct>] JustificationV =
3232
| JustifyBottom
3333

3434
/// Justification (such as for text alignment).
35+
/// Use `Unjustified true` in order to render line breaks.
3536
type Justification =
3637
| Justified of JustificationH * JustificationV
3738
| Unjustified of Wrapped : bool

0 commit comments

Comments
 (0)