From b44ab273597d3757b5b50eed95c4f8890fa54e42 Mon Sep 17 00:00:00 2001 From: Geoff Shannon Date: Thu, 14 May 2020 07:51:55 -0700 Subject: docs: improve discoverability of codec module (#2523) --- tokio-test/src/io.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tokio-test') diff --git a/tokio-test/src/io.rs b/tokio-test/src/io.rs index 8af6a9f6..26ef57e4 100644 --- a/tokio-test/src/io.rs +++ b/tokio-test/src/io.rs @@ -12,7 +12,7 @@ //! //! # Usage //! -//! Attempting to write data that the mock isn't expected will result in a +//! Attempting to write data that the mock isn't expecting will result in a //! panic. //! //! [`AsyncRead`]: tokio::io::AsyncRead -- cgit v1.2.3