Skip to content

Commit

Permalink
Fix Text Display Alignment Example (#7603)
Browse files Browse the repository at this point in the history
  • Loading branch information
erenkarakal authored Feb 16, 2025
1 parent e336707 commit f32613d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@Name("Text Display Alignment")
@Description("Returns or changes the <a href='classes.html#textalignment'>alignment</a> setting of <a href='classes.html#display'>text displays</a>.")
@Examples("set text alignment of the last spawned text display to left")
@Examples("set text alignment of the last spawned text display to left aligned")
@Since("2.10")
public class ExprTextDisplayAlignment extends SimplePropertyExpression<Display, TextAlignment> {

Expand Down

0 comments on commit f32613d

Please sign in to comment.