From 8de7c4673e1d824b0a1413b50c2d9479714683d1 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Tue, 20 Feb 2024 17:54:53 +0100 Subject: [PATCH] shorter doc --- hui/src/rectangle.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hui/src/rectangle.rs b/hui/src/rectangle.rs index 5f80ece..5b8f0ec 100644 --- a/hui/src/rectangle.rs +++ b/hui/src/rectangle.rs @@ -1,5 +1,4 @@ -//! This module contains the definitions of the `Sides` and `Corners` structs, -//! which represent the sides and corners of a rectangular shape. +//! Contains types which represent the sides and corners of a rectangular shape. /// Represents 4 sides of a rectangular shape. #[derive(Default, Clone, Copy, PartialEq, Eq, Debug)]