summaryrefslogtreecommitdiffstats
path: root/tokio-io/src/_tokio_codec/decoder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-io/src/_tokio_codec/decoder.rs')
-rw-r--r--tokio-io/src/_tokio_codec/decoder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-io/src/_tokio_codec/decoder.rs b/tokio-io/src/_tokio_codec/decoder.rs
index 9c9fbacb..edc0ecc0 100644
--- a/tokio-io/src/_tokio_codec/decoder.rs
+++ b/tokio-io/src/_tokio_codec/decoder.rs
@@ -1,3 +1,3 @@
-// For now, we need to keep the implmentation of Encoder in tokio_io.
+// For now, we need to keep the implementation of Encoder in tokio_io.
pub use codec::Decoder;