Skip to content

Commit

Permalink
docs: fix comment typo (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
septemhill committed Mar 27, 2023
1 parent 386e0f0 commit f30d7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type pipelineExecer func(context.Context, []Cmder) error
//
// Pipelining is a technique to extremely speed up processing by packing
// operations to batches, send them at once to Redis and read a replies in a
// singe step.
// single step.
// See https://redis.io/topics/pipelining
//
// Pay attention, that Pipeline is not a transaction, so you can get unexpected
Expand Down

0 comments on commit f30d7c4

Please sign in to comment.