summaryrefslogtreecommitdiff
path: root/library/src
diff options
context:
space:
mode:
Diffstat (limited to 'library/src')
-rw-r--r--library/src/layout/transform.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/transform.rs b/library/src/layout/transform.rs
index 2045e9ed..b57ca41e 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.