Fix SetTitleAnimationTimes doc link

This commit is contained in:
Ryan Johnson 2022-09-26 21:08:37 -07:00
parent 82152c5e5d
commit 25e99a4133

View file

@ -488,7 +488,7 @@ impl<C: Config> Client<C> {
/// A title is a large piece of text displayed in the center of the screen /// 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 /// which may also include a subtitle underneath it. The title
/// can be configured to fade in and out using the /// can be configured to fade in and out using the
/// [`TitleFade`] struct. /// [`SetTitleAnimationTimes`] struct.
pub fn set_title( pub fn set_title(
&mut self, &mut self,
title: impl Into<Text>, title: impl Into<Text>,