Fix typo in table

This commit is contained in:
Floyd Wang 2024-07-31 15:34:36 +08:00
parent d1c19c5912
commit 35c3b13bdd

View file

@ -536,7 +536,7 @@ where
/// Render the column header.
/// The children must be one by one items.
/// Becuase the horizontal scroll handle will use the child_item_bounds to
/// Because the horizontal scroll handle will use the child_item_bounds to
/// calculate the item position for itself's `scroll_to_item` method.
fn render_th(&self, col_ix: usize, cx: &mut ViewContext<Self>) -> impl IntoElement {
let entity_id = cx.entity_id();