aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs4
1 files changed, 1 insertions, 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))]