Skip to content

Commit

Permalink
fixes doc typos (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
wookietreiber committed Jun 3, 2021
1 parent d8d69a3 commit d86d1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ impl<T: Read + Write> Session<T> {
/// - `ALL`: equivalent to: `(FLAGS INTERNALDATE RFC822.SIZE ENVELOPE)`
/// - `FAST`: equivalent to: `(FLAGS INTERNALDATE RFC822.SIZE)`
///
/// The currently defined data items that can be fetched are listen [in the
/// The currently defined data items that can be fetched are listed [in the
/// RFC](https://tools.ietf.org/html/rfc3501#section-6.4.5), but here are some common ones:
///
/// - `FLAGS`: The flags that are set for this message.
Expand Down
2 changes: 1 addition & 1 deletion src/types/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl Fetch {
})
}

/// Extract the bytes that makes up the given `BOD[<section>]` of a `FETCH` response.
/// Extract the bytes that makes up the given `BODY[<section>]` of a `FETCH` response.
///
/// See [section 7.4.2 of RFC 3501](https://tools.ietf.org/html/rfc3501#section-7.4.2) for
/// details.
Expand Down

0 comments on commit d86d1e2

Please sign in to comment.