Skip to content

Commit

Permalink
Update crates/torin/src/measure.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Sep 12, 2024
1 parent 4967c64 commit b2c6760
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 @@ -472,7 +472,7 @@ where
// Adjust the size of the area if needed
child_areas.area.adjust_size(&child_data);

// Stack this s child into the parent
// Stack this child into the parent
if !child_data.position.is_absolute() {
Self::stack_child(
available_area,
Expand Down

0 comments on commit b2c6760

Please sign in to comment.