From 25e99a41334f8d541d54fe9eee0662a6dd9a6a89 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Mon, 26 Sep 2022 21:08:37 -0700 Subject: [PATCH] Fix SetTitleAnimationTimes doc link --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index 73f8b25..72977a7 100644 --- a/src/client.rs +++ b/src/client.rs @@ -488,7 +488,7 @@ impl Client { /// A title is a large piece of text displayed in the center of the screen /// which may also include a subtitle underneath it. The title /// can be configured to fade in and out using the - /// [`TitleFade`] struct. + /// [`SetTitleAnimationTimes`] struct. pub fn set_title( &mut self, title: impl Into,