Fix typos “an”→“a” and a few different ones that appeared in the same search
This commit is contained in:
parent
2396fad095
commit
2f9ddf3bc7
36 changed files with 43 additions and 43 deletions
|
@ -1150,7 +1150,7 @@ impl<'a> DerefMut for IoSliceMut<'a> {
|
|||
|
||||
/// A buffer type used with `Write::write_vectored`.
|
||||
///
|
||||
/// It is semantically a wrapper around an `&[u8]`, but is guaranteed to be
|
||||
/// It is semantically a wrapper around a `&[u8]`, but is guaranteed to be
|
||||
/// ABI compatible with the `iovec` type on Unix platforms and `WSABUF` on
|
||||
/// Windows.
|
||||
#[stable(feature = "iovec", since = "1.36.0")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue