Skip to content

Commit b2177b2

Browse files
committed
fix typo
1 parent c694742 commit b2177b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/information_panel.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,15 +324,15 @@ impl InformationPanel {
324324
);
325325
});
326326
} else {
327-
// if now preview is available, show icon
327+
// if no preview is available, show icon
328328
ui.label(
329329
egui::RichText::from(item.icon())
330330
.size(ui.available_width() / 3.0),
331331
);
332332
}
333333
}
334334
} else {
335-
// if now ext is available, show icon anyway
335+
// if no ext is available, show icon anyway
336336
ui.label(
337337
egui::RichText::from(item.icon()).size(ui.available_width() / 3.0),
338338
);

0 commit comments

Comments
 (0)