diff --git a/library/src/layout/transform.rs b/library/src/layout/transform.rs index 2045e9ed7..b57ca41e5 100644 --- a/library/src/layout/transform.rs +++ b/library/src/layout/transform.rs @@ -52,7 +52,7 @@ impl Layout for MoveElem { } } -/// Rotate content with affecting layout. +/// Rotate content without affecting layout. /// /// Rotate an element by a given angle. The layout will act as if the element /// was not rotated.