Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Jul 29, 2024
1 parent da273dd commit c031782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compute/flexbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ struct AlgoConstants {
inner_container_size: Size<f32>,
}

/// Computes the layout of [`LayoutPartialTree`] according to the flexbox algorithm
/// Computes the layout of a box according to the flexbox algorithm
pub fn compute_flexbox_layout(
tree: &mut impl LayoutFlexboxContainer,
node: NodeId,
Expand Down

0 comments on commit c031782

Please sign in to comment.