File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 Vec :: new ( )
9797 }
9898
99- /// Reconciliates the [`Widget`] with the provided [`Tree`].
99+ /// Reconciles the [`Widget`] with the provided [`Tree`].
100100 fn diff ( & self , _tree : & mut Tree ) { }
101101
102102 /// Applies an [`Operation`] to the [`Widget`].
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ impl Tree {
4646 }
4747 }
4848
49- /// Reconciliates the current tree with the provided [`Widget`].
49+ /// Reconciles the current tree with the provided [`Widget`].
5050 ///
5151 /// If the tag of the [`Widget`] matches the tag of the [`Tree`], then the
5252 /// [`Widget`] proceeds with the reconciliation (i.e. [`Widget::diff`] is called).
@@ -81,7 +81,7 @@ impl Tree {
8181 ) ;
8282 }
8383
84- /// Reconciliates the children of the tree with the provided list of widgets using custom
84+ /// Reconciles the children of the tree with the provided list of widgets using custom
8585 /// logic both for diffing and creating new widget state.
8686 pub fn diff_children_custom < T > (
8787 & mut self ,
@@ -107,7 +107,7 @@ impl Tree {
107107 }
108108}
109109
110- /// Reconciliates the `current_children` with the provided list of widgets using
110+ /// Reconciles the `current_children` with the provided list of widgets using
111111/// custom logic both for diffing and creating new widget state.
112112///
113113/// The algorithm will try to minimize the impact of diffing by querying the
You can’t perform that action at this time.
0 commit comments