From b9829149cb51442bba891cbec0195848bbfdcb12 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 9 Dec 2023 18:34:00 -0600 Subject: fix broken doc links --- azalea-chat/src/component.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-chat/src') diff --git a/azalea-chat/src/component.rs b/azalea-chat/src/component.rs index d62eeee4..94a5125f 100755 --- a/azalea-chat/src/component.rs +++ b/azalea-chat/src/component.rs @@ -70,7 +70,7 @@ impl FormattedText { /// can print it to your terminal and get styling. /// /// This is technically a shortcut for - /// [`FormattedText::to_ansi_custom_style`] with a default [`Style`] + /// [`FormattedText::to_ansi_with_custom_style`] with a default [`Style`] /// colored white. /// /// # Examples -- cgit v1.2.3