diff options
| author | Johannes Wolf <519002+johannes-wolf@users.noreply.github.com> | 2023-04-03 13:05:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-03 13:05:56 +0200 |
| commit | 0b4dc6758ec165be9ac78893c2cca03089255a3b (patch) | |
| tree | 0d145c5a98c38fd9e8c64ca52b8689989ac4934f | |
| parent | 5f1513edcc9e750b208486d100c8cf8f23e65b19 (diff) | |
transform: Fix documentation (#538)
| -rw-r--r-- | library/src/layout/transform.rs | 2 |
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. |
