fix a docs typo (#115)

This commit is contained in:
Jack O'Connor
2017-05-02 12:35:06 -07:00
committed by Carl Lerche
parent fa44c7e355
commit 6af66c4f21
+1 -1
View File
@@ -62,7 +62,7 @@
//! ## Relation with `Read` and `Write`
//!
//! At first glance, it may seem that `Buf` and `BufMut` overlap in
//! functionality with `std::io::Ready` and `std::io::Write`. However, they
//! functionality with `std::io::Read` and `std::io::Write`. However, they
//! serve different purposes. A buffer is the value that is provided as an
//! argument to `Read::read` and `Write::write`. `Read` and `Write` may then
//! perform a syscall, which has the potential of failing. Operations on `Buf`