summaryrefslogtreecommitdiff
path: root/library/src/layout
diff options
context:
space:
mode:
authorJohannes Wolf <519002+johannes-wolf@users.noreply.github.com>2023-04-03 13:05:56 +0200
committerGitHub <noreply@github.com>2023-04-03 13:05:56 +0200
commit0b4dc6758ec165be9ac78893c2cca03089255a3b (patch)
tree0d145c5a98c38fd9e8c64ca52b8689989ac4934f /library/src/layout
parent5f1513edcc9e750b208486d100c8cf8f23e65b19 (diff)
transform: Fix documentation (#538)
Diffstat (limited to 'library/src/layout')
-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.