docs: fix function name of with_any_thread
This commit is contained in:
parent
4e3165f3d8
commit
8fe2b62adf
3 changed files with 4 additions and 4 deletions
|
|
@ -180,7 +180,7 @@ impl EventLoop {
|
|||
"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."
|
||||
`EventLoopBuilderExtWindows::with_any_thread` function."
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue