src/bisection_tree/btfn.rs

branch
dev
changeset 197
1f301affeae3
parent 171
fa8df5a14486
--- 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<BTNew: BTImpl<N, F, Data = G::Id>>(
         self,
         domain: Cube<N, F>,

mercurial