mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Fix typo in deprecation message (#2199)
This commit is contained in:
parent
f9643917d3
commit
fb8313aa97
|
@ -183,7 +183,7 @@ impl EventLoop<()> {
|
|||
}
|
||||
|
||||
impl<T> EventLoop<T> {
|
||||
#[deprecated = "Use `EventLoopBuiler::<T>::with_user_event().build()` instead."]
|
||||
#[deprecated = "Use `EventLoopBuilder::<T>::with_user_event().build()` instead."]
|
||||
pub fn with_user_event() -> EventLoop<T> {
|
||||
EventLoopBuilder::<T>::with_user_event().build()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue