doc: reference ::mv, not ::copy, from ::uid_mv

This commit is contained in:
Conrad Hoffmann 2022-04-21 23:06:17 +02:00
parent db29117463
commit 098a4022ca

View file

@ -995,7 +995,7 @@ impl<T: Read + Write> Session<T> {
))
}
/// Equivalent to [`Session::copy`], except that all identifiers in `sequence_set` are
/// Equivalent to [`Session::mv`], except that all identifiers in `sequence_set` are
/// [`Uid`]s. See also the [`UID` command](https://tools.ietf.org/html/rfc3501#section-6.4.8)
/// and the [semantics of `MOVE` and `UID
/// MOVE`](https://tools.ietf.org/html/rfc6851#section-3.3).