We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8928031 commit ef586d1Copy full SHA for ef586d1
talpid-tunnel/src/lib.rs
@@ -32,7 +32,7 @@ pub struct TunnelArgs<'a, L>
32
where
33
L: (Fn(TunnelEvent) -> BoxFuture<'static, ()>) + Send + Clone + Sync + 'static,
34
{
35
- /// Toktio runtime handle.
+ /// Tokio runtime handle.
36
pub runtime: tokio::runtime::Handle,
37
/// Resource directory path.
38
pub resource_dir: &'a Path,
0 commit comments