summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/multi.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/multi.md')
-rw-r--r--iredis/data/commands/multi.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/iredis/data/commands/multi.md b/iredis/data/commands/multi.md
index 9ed46b6..dc87892 100644
--- a/iredis/data/commands/multi.md
+++ b/iredis/data/commands/multi.md
@@ -1,5 +1,5 @@
-Marks the start of a [transaction][tt] block. Subsequent commands will be queued
-for atomic execution using `EXEC`.
+Marks the start of a [transaction][tt] block.
+Subsequent commands will be queued for atomic execution using `EXEC`.
[tt]: /topics/transactions