Skip to content

Commit 7a79a0c

Browse files
authored
minor misspelling fix (itme -> item) (#483)
1 parent c28deeb commit 7a79a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compute/grid/implicit_grid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub(crate) fn compute_grid_size_estimate<'a>(
2121
child_styles_iter: impl Iterator<Item = &'a Style>,
2222
) -> (TrackCounts, TrackCounts) {
2323
// Iterate over children, producing an estimate of the min and max grid lines (in origin-zero coordinates where)
24-
// along with the span of each itme
24+
// along with the span of each item
2525
let (col_min, col_max, col_max_span, row_min, row_max, row_max_span) =
2626
get_known_child_positions(child_styles_iter, explicit_col_count, explicit_row_count);
2727

0 commit comments

Comments
 (0)