summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/exec.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/exec.md')
-rw-r--r--iredis/data/commands/exec.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/iredis/data/commands/exec.md b/iredis/data/commands/exec.md
index b35d04a..b2f58fe 100644
--- a/iredis/data/commands/exec.md
+++ b/iredis/data/commands/exec.md
@@ -10,7 +10,7 @@ not modified, allowing for a [check-and-set mechanism][ttc].
@return
-@array-reply: each element being the reply to each of the commands in the atomic
-transaction.
+@array-reply: each element being the reply to each of the commands in the
+atomic transaction.
When using `WATCH`, `EXEC` can return a @nil-reply if the execution was aborted.