shorter doc

This commit is contained in:
griffi-gh 2024-02-20 17:54:53 +01:00
parent af892698b5
commit 4e6f64b60e

View file

@ -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)]