summaryrefslogtreecommitdiffstats
path: root/core/src/widget.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-06-30 22:56:44 +0200
committerLibravatar GitHub <noreply@github.com>2024-06-30 22:56:44 +0200
commitf31d1a4dbca7e244c183ac6dd242b6d8306e09ef (patch)
tree1ca10bbdae40e6b43d5f1d299f0a7829f6002f94 /core/src/widget.rs
parent2ac80f8e9ccbcb8538ca6e613488c3b0eb9ef124 (diff)
parent10ef48c98af1c29e2fab5ea636915d311db339d5 (diff)
downloadiced-f31d1a4dbca7e244c183ac6dd242b6d8306e09ef.tar.gz
iced-f31d1a4dbca7e244c183ac6dd242b6d8306e09ef.tar.bz2
iced-f31d1a4dbca7e244c183ac6dd242b6d8306e09ef.zip
Merge pull request #2487 from vladh/fix-reconcile-typo
doc: fix "Reconciles" typo
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`].