diff --git a/pipeline.go b/pipeline.go index 40e8ea4f..c119e8f5 100644 --- a/pipeline.go +++ b/pipeline.go @@ -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