Skip to content

Commit 22d1305

Browse files
committed
docs: fix method link in AuthClient doc
1 parent 56ee4d6 commit 22d1305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl AuthClient {
9696

9797
/// Sends an authenticate request.
9898
/// Note that this does not set or update client-side authentication settings.
99-
/// Call [`set_client_auth`] to set or update client-side authentication.
99+
/// Call [`set_client_auth`][`Self::set_client_auth`] to set or update client-side authentication.
100100
#[inline]
101101
pub async fn authenticate(
102102
&mut self,

0 commit comments

Comments
 (0)