Skip to content
Snippets Groups Projects
Commit 6af66c4f authored by Jack O'Connor's avatar Jack O'Connor Committed by Carl Lerche
Browse files

fix a docs typo (#115)

parent fa44c7e3
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
//! ## Relation with `Read` and `Write` //! ## Relation with `Read` and `Write`
//! //!
//! At first glance, it may seem that `Buf` and `BufMut` overlap in //! 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 //! 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 //! argument to `Read::read` and `Write::write`. `Read` and `Write` may then
//! perform a syscall, which has the potential of failing. Operations on `Buf` //! perform a syscall, which has the potential of failing. Operations on `Buf`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment