Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 6, 2023
1 parent b705f6c commit 426dea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_viewer/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ impl App {
/// should show up.
///
/// Why not always show it when no data is loaded?
/// Because sometimes we expet data to arrive at any moment,
/// Because sometimes we expect data to arrive at any moment,
/// and showing the wlecome screen for a few frames will just be an annoying flash
/// in the users face.
fn should_show_welcome_screen(&mut self, store_hub: &StoreHub) -> bool {
Expand Down

0 comments on commit 426dea1

Please sign in to comment.