Skip to content

Commit 245303e

Browse files
committed
Fix documentation error
Signed-off-by: Adam Fowler <[email protected]>
1 parent eed536c commit 245303e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Valkey/Cluster/ValkeyClusterClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ public final class ValkeyClusterClient: Sendable {
328328
///
329329
/// Transactions come only affect keys coming from the same HashSlot.
330330
///
331-
/// This is an alternative version of the transaction function ``ValkeyCluster/transaction(_:)->(_,_)``
331+
/// This is an alternative version of the transaction function ``ValkeyClusterClient/transaction(_:)->(_,_)``
332332
/// that allows for a collection of ValkeyCommands. It provides more flexibility but the command
333333
/// responses are returned as ``RESPToken`` instead of the response type for the command.
334334
///

0 commit comments

Comments
 (0)