diff --git a/src/client.rs b/src/client.rs index a069613..e2f4e47 100644 --- a/src/client.rs +++ b/src/client.rs @@ -999,7 +999,7 @@ impl Session { )) } - /// 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).