diff -r 3697375f4ee9 -r 1f301affeae3 src/bisection_tree/btfn.rs --- a/src/bisection_tree/btfn.rs Thu Mar 19 18:21:40 2026 -0500 +++ b/src/bisection_tree/btfn.rs Wed Apr 22 23:41:59 2026 -0500 @@ -162,7 +162,7 @@ /// Change the [bisection tree][BTImpl] of the [`BTFN`] to a different one. /// /// This can be used to convert a [`PreBTFN`] to a full [`BTFN`], or the change - /// the aggreagator; see also [`self.convert_aggregator`]. + /// the aggreagator; see also [`Self::convert_aggregator`]. pub fn instantiate>( self, domain: Cube,