Skip to content

Commit c24865b

Browse files
committed
doc: fix link
Signed-off-by: ekexium <[email protected]>
1 parent 1e70b39 commit c24865b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raw/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const MAX_RAW_KV_SCAN_LIMIT: u32 = 10240;
2424
pub struct Client {
2525
rpc: Arc<PdRpcClient>,
2626
cf: Option<ColumnFamily>,
27-
/// Whether to use the [`atomic mode`](Client::with_atomic).
27+
/// Whether to use the [`atomic mode`](Client::with_atomic_for_cas).
2828
atomic: bool,
2929
}
3030

0 commit comments

Comments
 (0)