doc: fix "Reconciles" typo

This commit is contained in:
Vlad-Stefan Harbuz 2024-06-30 20:46:04 +01:00
parent 2ac80f8e9c
commit 10ef48c98a
2 changed files with 4 additions and 4 deletions

View file

@ -96,7 +96,7 @@ where
Vec::new()
}
/// Reconciliates the [`Widget`] with the provided [`Tree`].
/// Reconciles the [`Widget`] with the provided [`Tree`].
fn diff(&self, _tree: &mut Tree) {}
/// Applies an [`Operation`] to the [`Widget`].