Skip to content

Commit

Permalink
Fix panic message referencing the wrong builder extension
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jan 23, 2022
1 parent 362f2ba commit e097541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform_impl/linux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ impl<T: 'static> EventLoop<T> {
"Initializing the event loop outside of the main thread is a significant \
cross-platform compatibility hazard. If you absolutely need to create an \
EventLoop on a different thread, you can use the \
`EventLoopBuilderExtWindows::any_thread` function."
`EventLoopBuilderExtUnix::any_thread` function."
);
}

Expand Down

0 comments on commit e097541

Please sign in to comment.