diff --git a/src/client.rs b/src/client.rs index 50e6797..f893d0f 100644 --- a/src/client.rs +++ b/src/client.rs @@ -490,7 +490,7 @@ impl Session { .and_then(|lines| parse_fetches(lines, &mut self.unsolicited_responses_tx)) } - /// Equivalent to [`Session::fetch`], except that all identifiers in `sequence_set` are + /// Equivalent to [`Session::fetch`], except that all identifiers in `uid_set` are /// [`Uid`]s. See also the [`UID` command](https://tools.ietf.org/html/rfc3501#section-6.4.8). pub fn uid_fetch(&mut self, uid_set: S1, query: S2) -> ZeroCopyResult> where