chore: fix typo

main
sudo pacman -Syu 2023-03-05 16:16:47 +07:00
parent 2db0ca83fc
commit e68cb49d66
2 changed files with 3 additions and 3 deletions

View File

@ -533,8 +533,8 @@ internal
</ul>
<p>
Prefer to use <code>Pipelined</code> instead of <code>Pipeline</code>.
Inside <code>Pipelined</code> return <code>redis.Cmder</code> for each
command.
Inside <code>Pipelined</code>, please return <code>redis.Cmder</code> for
each command.
</p>
<p>Example:</p>
<div class="highlight highlight-source-go">

View File

@ -245,7 +245,7 @@ Use [Pipelines](https://redis.uptrace.dev/guide/go-redis-pipelines.html) for:
- Multiple GET in 1 command.
Prefer to use `Pipelined` instead of `Pipeline`.
Inside `Pipelined` return `redis.Cmder` for each command.
Inside `Pipelined`, please return `redis.Cmder` for each command.
Example: