Fix typo in deprecation message (#2199)
This commit is contained in:
parent
f9643917d3
commit
fb8313aa97
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue