From ee2575794e91b9457a74a95daf1dcc707058cd58 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 12 Oct 2025 23:01:54 +0300 Subject: upgrade deps and clean up lots of doc comments --- azalea-chat/src/style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-chat/src/style.rs') 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 { -- cgit v1.2.3