diff options
| -rw-r--r-- | talpid-core/src/tunnel/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/src/tunnel/mod.rs b/talpid-core/src/tunnel/mod.rs index 932279c0a0..98d2d0e2d0 100644 --- a/talpid-core/src/tunnel/mod.rs +++ b/talpid-core/src/tunnel/mod.rs @@ -280,7 +280,7 @@ impl TunnelMonitor { CloseHandle(self.monitor.close_handle()) } - /// Consumes the monitor and block until the tunnel exits or there is an error. + /// Consumes the monitor and blocks until the tunnel exits or there is an error. pub fn wait(self) -> Result<()> { self.monitor .wait() |
