summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorWu Aoxiang <[email protected]>2021-12-10 20:17:34 +0800
committerGitHub <[email protected]>2021-12-10 20:17:34 +0800
commit32f61575e61e503c007693afbd9803d080ca8579 (patch)
treeade00f163fb2e0f557e4507baadb8e410c874770 /examples
parentb79b4dd11cd94d802339de627f8d5a8bdb8e27d5 (diff)
docs: fix typo (#14)
Diffstat (limited to 'examples')
-rw-r--r--examples/channel.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/channel.rs b/examples/channel.rs
index 709b20b..67686a6 100644
--- a/examples/channel.rs
+++ b/examples/channel.rs
@@ -1,5 +1,5 @@
/// You can use async channel between threads(with `sync` feature).
-/// Remember: it is not efficient. You should rely thread local for hot pathes.
+/// Remember: it is not efficient. You should rely thread local for hot paths.
use std::time::Duration;
use futures::channel::oneshot;