From 3101da2ea81b531fbae8539422750c9e0d4d8cd6 Mon Sep 17 00:00:00 2001 From: Christoph Gross <11088935+caemor@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:48:51 +0100 Subject: [PATCH] Update src/rect.rs Improve Documentation slightly --- src/rect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rect.rs b/src/rect.rs index 233718fe..4fa2d02e 100644 --- a/src/rect.rs +++ b/src/rect.rs @@ -1,4 +1,4 @@ -//! Rectangle operations +//! Rectangle operations for bigger displays with multiple _windows_ use core::cmp; /// A rectangle