Skip to content

Commit d86d1e2

Browse files
fixes doc typos (#204)
1 parent d8d69a3 commit d86d1e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ impl<T: Read + Write> Session<T> {
521521
/// - `ALL`: equivalent to: `(FLAGS INTERNALDATE RFC822.SIZE ENVELOPE)`
522522
/// - `FAST`: equivalent to: `(FLAGS INTERNALDATE RFC822.SIZE)`
523523
///
524-
/// The currently defined data items that can be fetched are listen [in the
524+
/// The currently defined data items that can be fetched are listed [in the
525525
/// RFC](https://tools.ietf.org/html/rfc3501#section-6.4.5), but here are some common ones:
526526
///
527527
/// - `FLAGS`: The flags that are set for this message.

src/types/fetch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl Fetch {
9696
})
9797
}
9898

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

0 commit comments

Comments
 (0)