From 8022a60089ecca716206145a50a0a1651545503d Mon Sep 17 00:00:00 2001 From: Victor Brekenfeld Date: Thu, 16 Dec 2021 16:57:07 +0100 Subject: [PATCH] utils: documentation fixup --- src/utils/geometry.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/geometry.rs b/src/utils/geometry.rs index fb22b72..0018de6 100644 --- a/src/utils/geometry.rs +++ b/src/utils/geometry.rs @@ -836,7 +836,7 @@ impl Rectangle { } } - /// Create a new [`Rectangle`] from the coordinates of its top-left corner and its dimensions + /// Create a new [`Rectangle`] from the coordinates of its top-left corner and its bottom-right corner #[inline] pub fn from_extemities( topleft: impl Into>,