Skip to content

Commit f30d7c4

Browse files
authored
docs: fix comment typo (#2505)
1 parent 386e0f0 commit f30d7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type pipelineExecer func(context.Context, []Cmder) error
1010
//
1111
// Pipelining is a technique to extremely speed up processing by packing
1212
// operations to batches, send them at once to Redis and read a replies in a
13-
// singe step.
13+
// single step.
1414
// See https://redis.io/topics/pipelining
1515
//
1616
// Pay attention, that Pipeline is not a transaction, so you can get unexpected

0 commit comments

Comments
 (0)