Skip to content

Commit 91dd60a

Browse files
authored
docs: fix typo
1 parent 0db56dc commit 91dd60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/egui_extras/src/table.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub struct Column {
3939

4040
resizable: Option<bool>,
4141

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

0 commit comments

Comments
 (0)