fix doc copy/paste error
This commit is contained in:
parent
4bdfc5b5b1
commit
269c9a5c7c
|
@ -401,7 +401,7 @@ pub struct BoundDirectSession {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl BoundDirectSession {
|
impl BoundDirectSession {
|
||||||
/// Unbind the logind session from the `EventLoop`
|
/// Unbind the direct session from the `EventLoop`
|
||||||
pub fn unbind(self) -> DirectSessionNotifier {
|
pub fn unbind(self) -> DirectSessionNotifier {
|
||||||
let BoundDirectSession { source, notifier } = self;
|
let BoundDirectSession { source, notifier } = self;
|
||||||
source.remove();
|
source.remove();
|
||||||
|
|
Loading…
Reference in New Issue