From 0b4dc6758ec165be9ac78893c2cca03089255a3b Mon Sep 17 00:00:00 2001 From: Johannes Wolf <519002+johannes-wolf@users.noreply.github.com> Date: Mon, 3 Apr 2023 13:05:56 +0200 Subject: [PATCH] transform: Fix documentation (#538) --- library/src/layout/transform.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.