Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git authored Feb 4, 2025
1 parent 0db56dc commit 91dd60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui_extras/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub struct Column {

resizable: Option<bool>,

/// If set, we should acurately measure the size of this column this frame
/// If set, we should accurately measure the size of this column this frame
/// so that we can correctly auto-size it. This is done as a `sizing_pass`.
auto_size_this_frame: bool,
}
Expand Down

0 comments on commit 91dd60a

Please sign in to comment.