aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-chat/src')
-rwxr-xr-xazalea-chat/src/component.rs2
1 files changed, 1 insertions, 1 deletions
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