mirror of
https://github.com/italicsjenga/valence.git
synced 2025-01-11 07:11:30 +11:00
Fix SetTitleAnimationTimes doc link
This commit is contained in:
parent
82152c5e5d
commit
25e99a4133
|
@ -488,7 +488,7 @@ impl<C: Config> Client<C> {
|
|||
/// 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<Text>,
|
||||
|
|
Loading…
Reference in a new issue