From 925d8117c18d7c9ceef664eb1e74841554b97991 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Thu, 22 Jan 2026 18:26:04 +0100 Subject: docs: fix typo, unused markdown link --- src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index d31633a..33134eb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -237,10 +237,8 @@ impl Clone for Custom { /// A [`Theme`]'s color scheme. /// -/// These color roles are base on Material Design 3. For more information about them, visit the +/// These color roles are based on Material Design 3. For more information about them, visit the /// official [M3 documentation](https://m3.material.io/styles/color/roles). -/// -/// [M3 page]: https://m3.material.io/styles/color/roles #[derive(Debug, Clone, Copy, PartialEq)] #[cfg_attr(feature = "animate", derive(iced_anim::Animate))] #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] -- cgit v1.2.3