We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db56dc commit 91dd60aCopy full SHA for 91dd60a
crates/egui_extras/src/table.rs
@@ -39,7 +39,7 @@ pub struct Column {
39
40
resizable: Option<bool>,
41
42
- /// 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
43
/// so that we can correctly auto-size it. This is done as a `sizing_pass`.
44
auto_size_this_frame: bool,
45
}
0 commit comments