@@ -297,8 +297,8 @@ impl<Tab> Tree<Tab> {
297297 /// Creates two new nodes by splitting a given `parent` node and assigns them as its children. The first (old) node
298298 /// inherits content of the `parent` from before the split, and the second (new) gets the `tabs`.
299299 ///
300- /// `fraction` (in range 0..=1) specifies how much of the `parent` node's area the old node will occupy after the
301- /// split.
300+ /// `fraction` (in range 0..=1) specifies how much of the `parent` node's area the old node will attempt to occupy
301+ /// after the split.
302302 ///
303303 /// The new node is placed relatively to the old node, in the direction specified by `split`.
304304 ///
@@ -341,8 +341,8 @@ impl<Tab> Tree<Tab> {
341341 ///
342342 /// This is a shorthand for using `split_tabs` with [`Split::Above`].
343343 ///
344- /// `fraction` (in range 0..=1) specifies how much of the `parent` node's area the old node will occupy after the
345- /// split.
344+ /// `fraction` (in range 0..=1) specifies how much of the `parent` node's area the old node will attempt to occupy
345+ /// after the split.
346346 ///
347347 /// The new node is placed *above* the old node.
348348 ///
@@ -366,8 +366,8 @@ impl<Tab> Tree<Tab> {
366366 ///
367367 /// This is a shorthand for using `split_tabs` with [`Split::Below`].
368368 ///
369- /// `fraction` (in range 0..=1) specifies how much of the `parent` node's area the old node will occupy after the
370- /// split.
369+ /// `fraction` (in range 0..=1) specifies how much of the `parent` node's area the old node will attempt to occupy
370+ /// after the split.
371371 ///
372372 /// The new node is placed *below* the old node.
373373 ///
@@ -391,8 +391,8 @@ impl<Tab> Tree<Tab> {
391391 ///
392392 /// This is a shorthand for using `split_tabs` with [`Split::Left`].
393393 ///
394- /// `fraction` (in range 0..=1) specifies how much of the `parent` node's area the old node will occupy after the
395- /// split.
394+ /// `fraction` (in range 0..=1) specifies how much of the `parent` node's area the old node will attempt to occupy
395+ /// after the split.
396396 ///
397397 /// The new node is placed to the *left* of the old node.
398398 ///
@@ -416,8 +416,8 @@ impl<Tab> Tree<Tab> {
416416 ///
417417 /// This is a shorthand for using `split_tabs` with [`Split::Right`].
418418 ///
419- /// `fraction` (in range 0..=1) specifies how much of the `parent` node's area the old node will occupy after the
420- /// split.
419+ /// `fraction` (in range 0..=1) specifies how much of the `parent` node's area the old node will attempt to occupy
420+ /// after the split.
421421 ///
422422 /// The new node is placed to the *right* of the old node.
423423 ///
@@ -439,8 +439,8 @@ impl<Tab> Tree<Tab> {
439439 /// Creates two new nodes by splitting a given `parent` node and assigns them as its children. The first (old) node
440440 /// inherits content of the `parent` from before the split, and the second (new) uses `new`.
441441 ///
442- /// `fraction` (in range 0..=1) specifies how much of the `parent` node's area the old node will occupy after the
443- /// split.
442+ /// `fraction` (in range 0..=1) specifies how much of the `parent` node's area the old node will attempt to occupy
443+ /// after the split.
444444 ///
445445 /// The new node is placed relatively to the old node, in the direction specified by `split`.
446446 ///
0 commit comments