You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Defines the text direction. For example English is written LTR (left-to-right) while Arabic is written RTL (right-to-left).////// Note: the corresponding CSS property also affects box layout order, but this isn't yet implemented in bevy./// <https://developer.mozilla.org/en-US/docs/Web/CSS/direction>
not a big deal, but the doc comments are talking about text direction, while

Style.direction
is about content direction.The text was updated successfully, but these errors were encountered: