summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@rabbitmq.com>2014-01-24 13:33:06 +0400
committerMichael Klishin <michael@rabbitmq.com>2014-01-24 13:33:06 +0400
commitcd88a6baa8678be738d8d2867a7fe1ba442f796c (patch)
tree5f643a771ba6bf9172e978350402cb3e28a9c261 /docs
parent987931b0596907aaa795db118574d665df12469b (diff)
downloadrabbitmq-server-git-cd88a6baa8678be738d8d2867a7fe1ba442f796c.tar.gz
Fix a syntax error in config example
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 91402649e1..12c34552b2 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -336,7 +336,7 @@
%% {reconnect_delay, 2.5}
%% ]} %% End of my_first_shovel
- ]},
+ ]}
%% Rather than specifying some values per-shovel, you can specify
%% them for all shovels here.
%%