We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7b4b74 + 49f5dba commit 8c6db45Copy full SHA for 8c6db45
src/transaction/client.rs
@@ -42,7 +42,7 @@ const SCAN_LOCK_BATCH_SIZE: u32 = 1024;
42
/// - `gc`: trigger a GC process which clears stale data in the cluster.
43
/// - `current_timestamp`: get the current `Timestamp` from PD.
44
/// - `snapshot`: get a [`Snapshot`] of the database at a specified timestamp.
45
-/// A `Snapshot` is a read-only transaction.
+/// A `Snapshot` is a read-only transaction.
46
///
47
/// The returned results of transactional requests are [`Future`](std::future::Future)s that must be
48
/// awaited to execute.
0 commit comments