Fix broken intra-doc links

This commit is contained in:
Héctor Ramón Jiménez 2023-11-29 22:46:47 +01:00
parent 7def3ee38a
commit 6740c2c5d6
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
8 changed files with 12 additions and 27 deletions

View file

@ -201,7 +201,7 @@ where
(uncaptured_events, commands)
}
/// Applies [`widget::Operation`]s to the [`State`]
/// Applies widget [`Operation`]s to the [`State`].
pub fn operate(
&mut self,
renderer: &mut P::Renderer,