aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat/src/style.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-10-12 23:01:54 +0300
committermat <git@matdoes.dev>2025-10-12 23:01:54 +0300
commitee2575794e91b9457a74a95daf1dcc707058cd58 (patch)
treedf725850ef18ded5ce3f6552e17095d0f704ae84 /azalea-chat/src/style.rs
parent1a1402954b07cd77615d0afc026c73b008787f51 (diff)
downloadazalea-drasl-ee2575794e91b9457a74a95daf1dcc707058cd58.tar.xz
upgrade deps and clean up lots of doc comments
Diffstat (limited to 'azalea-chat/src/style.rs')
-rw-r--r--azalea-chat/src/style.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/src/style.rs b/azalea-chat/src/style.rs
index c43b7791..514944f1 100644
--- a/azalea-chat/src/style.rs
+++ b/azalea-chat/src/style.rs
@@ -497,7 +497,7 @@ impl Style {
}
/// Returns a new style that is a merge of self and other.
- /// For any field that `other` does not specify (is None), self’s value is
+ /// For any field that `other` does not specify (is None), self's value is
/// used.
pub fn merged_with(&self, other: &Style) -> Style {
Style {