diff options
Diffstat (limited to 'rust/src/collaboration/remote.rs')
| -rw-r--r-- | rust/src/collaboration/remote.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/collaboration/remote.rs b/rust/src/collaboration/remote.rs index baf2ce80..382d1ca2 100644 --- a/rust/src/collaboration/remote.rs +++ b/rust/src/collaboration/remote.rs @@ -910,7 +910,7 @@ pub struct ConnectionOptions { pub password: Option<String>, /// Provide this if you want to authenticate with a token. /// - /// If you do not have a token you can use [ConnectionOptions::self]. + /// If you do not have a token you can use [ConnectionOptions::with_password]. pub token: Option<String>, } |
