Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 22, 2023
1 parent e7fb53f commit 19b61aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/torin/src/measure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub fn measure_node<Key: NodeKey>(
let mut inner_sizes = Size2D::default();

if measure_inner_children {
// 5. Create an area containin the available space inside the inner area
// 5. Create an area containing the available space inside the inner area
let mut available_area = inner_area;

// 5.1. Adjust the available area with the node offsets (mainly used by scrollviews)
Expand Down

0 comments on commit 19b61aa

Please sign in to comment.