@@ -464,17 +464,17 @@ impl<'a, const N: usize, L: Leaf, M: UnitMetric<L>> UnitsForward<'a, N, L, M> {
464
464
/// - `leaf` is that leaf node;
465
465
///
466
466
/// - `root` is the deepest internal node containing both the current
467
- /// `self.leaf_node` and `leaf` in its subtree;
467
+ /// `self.leaf_node` and `leaf` in its subtree;
468
468
///
469
469
/// - `before` is the total base measure of all the nodes from the first
470
- /// leaf in `root`'s subtree to the leaf preceding the current
471
- /// `self.leaf_node`. If `self.leaf_node` is the first leaf in `root`'s
472
- /// subtree this measure will be zero;
470
+ /// leaf in `root`'s subtree to the leaf preceding the current
471
+ /// `self.leaf_node`. If `self.leaf_node` is the first leaf in `root`'s
472
+ /// subtree this measure will be zero;
473
473
///
474
474
/// - `summary` and `count` are the total summary and leaf count of all the
475
- /// nodes between (but not including) `self.leaf_node` and `leaf`. If
476
- /// `leaf` is the leaf node immediately after `self.leaf` then `summary`
477
- /// will be empty and `count` will be zero.
475
+ /// nodes between (but not including) `self.leaf_node` and `leaf`. If
476
+ /// `leaf` is the leaf node immediately after `self.leaf` then `summary`
477
+ /// will be empty and `count` will be zero.
478
478
///
479
479
/// NOTE: it assumes that such a leaf node exists. If that's not the case
480
480
/// this function may panic or return a leaf node outside of the valid
@@ -1280,8 +1280,8 @@ impl<'a, const N: usize, L: Leaf, M: DoubleEndedUnitMetric<L>>
1280
1280
1281
1281
/// Yields the first unit in the range. This function is used by
1282
1282
///
1283
- /// - [`Self::remainder()`] if there are no units in the iterating range, in
1284
- /// which case it'll yield the whole range;
1283
+ /// - [`Self::remainder()`] if there are no units in the iterating range,
1284
+ /// in which case it'll yield the whole range;
1285
1285
///
1286
1286
/// - by [`Self::previous()`] when there's one final unit to yield.
1287
1287
#[ inline]
@@ -1424,17 +1424,17 @@ impl<'a, const N: usize, L: Leaf, M: DoubleEndedUnitMetric<L>>
1424
1424
/// - `leaf` is that leaf node;
1425
1425
///
1426
1426
/// - `root` is the deepest internal node containing both `leaf` and the
1427
- /// current `self.leaf_node` in its subtree;
1427
+ /// current `self.leaf_node` in its subtree;
1428
1428
///
1429
1429
/// - `after` is the total base measure of all the nodes from the last leaf
1430
- /// in `root`'s subtree to the leaf after the current `self.leaf_node`. If
1431
- /// `self.leaf_node` if the last leaf in `root`'s subtree this measure will
1432
- /// be zero;
1430
+ /// in `root`'s subtree to the leaf after the current `self.leaf_node`.
1431
+ /// If `self.leaf_node` if the last leaf in `root`'s subtree this measure
1432
+ /// will be zero;
1433
1433
///
1434
1434
/// - `summary` and `count` are the total summary and leaf count of all the
1435
- /// nodes between (but not including) `leaf` and `self.leaf_node`. If
1436
- /// `leaf` is the leaf node immediately before `self.leaf` then `summary`
1437
- /// will be empty and `count` will be zero.
1435
+ /// nodes between (but not including) `leaf` and `self.leaf_node`. If
1436
+ /// `leaf` is the leaf node immediately before `self.leaf` then `summary`
1437
+ /// will be empty and `count` will be zero.
1438
1438
///
1439
1439
/// NOTE: it assumes that such a leaf node exists. If that's not the case
1440
1440
/// this function may panic or return a leaf node outside of the valid
0 commit comments