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
commit1fc38bf1fcdafb97613c309fe2f3a0064c8bd471 (patch)
tree24fd2884f132b113e5efa039c78b2fd3f21abacf
parent55b5f4c07614ea84f5f4499eb1417cb6844e0e14 (diff)
downloadrabbitmq-server-bug25972.tar.gz
Fix a syntax error in config examplebug25972
-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 c0d6cc70..7d6b80a7 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -341,7 +341,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.
%%