diff options
| author | mat <git@matdoes.dev> | 2023-12-09 18:34:00 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-09 18:34:00 -0600 |
| commit | b9829149cb51442bba891cbec0195848bbfdcb12 (patch) | |
| tree | c7bab47f227f41b9c001663128ba85edcbd89e68 /azalea-chat | |
| parent | 31206701b946524e0caacef19abb067470c2c2bc (diff) | |
| download | azalea-drasl-b9829149cb51442bba891cbec0195848bbfdcb12.tar.xz | |
fix broken doc links
Diffstat (limited to 'azalea-chat')
| -rwxr-xr-x | azalea-chat/src/component.rs | 2 |
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 |
