From 098a4022ca0f12c2ebb272faf82143ec1d5fc871 Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Thu, 21 Apr 2022 23:06:17 +0200 Subject: [PATCH] doc: reference ::mv, not ::copy, from ::uid_mv --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index 1965a01..0cabfcc 100644 --- a/src/client.rs +++ b/src/client.rs @@ -995,7 +995,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).