summaryrefslogtreecommitdiff
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
commitfc30e692ca99c55af52d0a0edb07a75d24e21a1b (patch)
tree5f643a771ba6bf9172e978350402cb3e28a9c261
parentcacb6fa11a76066c2c7383bf7b59c15c5d254f27 (diff)
downloadrabbitmq-server-fc30e692ca99c55af52d0a0edb07a75d24e21a1b.tar.gz
Fix a syntax error in config example
-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 91402649..12c34552 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.
%%