From 269c9a5c7c2e350f8a86027a93316a9fe26c7c2c Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Tue, 25 Sep 2018 09:43:49 +0200 Subject: [PATCH] fix doc copy/paste error --- src/backend/session/direct.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/session/direct.rs b/src/backend/session/direct.rs index 24b8847..66d4bcf 100644 --- a/src/backend/session/direct.rs +++ b/src/backend/session/direct.rs @@ -401,7 +401,7 @@ pub struct BoundDirectSession { } impl BoundDirectSession { - /// Unbind the logind session from the `EventLoop` + /// Unbind the direct session from the `EventLoop` pub fn unbind(self) -> DirectSessionNotifier { let BoundDirectSession { source, notifier } = self; source.remove();