Skip to content

Commit 328ef17

Browse files
committed
Correct minor typo in documentation
1 parent c8637c1 commit 328ef17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RediStack/Commands/SetCommands.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ extension RedisCommand {
246246
// MARK: -
247247

248248
extension RedisClient {
249-
/// Incrementally iterates over allv alues in a set.
249+
/// Incrementally iterates over all values in a set.
250250
///
251251
/// See `RedisCommand.sscan(_:startingFrom:matching:count:)`
252252
/// - Parameters:

0 commit comments

Comments
 (0)