summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2016-06-09 15:48:11 +0300
committerMichael Klishin <michael@novemberain.com>2016-06-09 15:48:11 +0300
commit8c0700e809b9a1efcbb9a8394a9b4241b7c3f415 (patch)
tree9d6ab2f9f7de8977a12aac70a3310b5c87c3b446 /src
parent2db731cb2015d9256c791391557d360c860d78ac (diff)
downloadrabbitmq-server-git-8c0700e809b9a1efcbb9a8394a9b4241b7c3f415.tar.gz
Correct doc typo
Diffstat (limited to 'src')
-rw-r--r--src/worker_pool.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/worker_pool.erl b/src/worker_pool.erl
index 082e92446b..6bacd43d27 100644
--- a/src/worker_pool.erl
+++ b/src/worker_pool.erl
@@ -18,8 +18,8 @@
%% Generic worker pool manager.
%%
-%% Submitted jobs are functions. They can be executed asynchronously
-%% (using worker_pool:submit/1, worker_pool:submit/2) or synchronously
+%% Submitted jobs are functions. They can be executed synchronously
+%% (using worker_pool:submit/1, worker_pool:submit/2) or asynchronously
%% (using worker_pool:submit_async/1).
%%
%% We typically use the worker pool if we want to limit the maximum