summaryrefslogtreecommitdiffstats
path: root/core/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/widget.rs')
-rw-r--r--core/src/widget.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/widget.rs b/core/src/widget.rs
index 0d12deba..b17215bb 100644
--- a/core/src/widget.rs
+++ b/core/src/widget.rs
@@ -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`].